Skip to content

SohamMalakar/bad_apple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad Apple

"Bad Apple!!" is a famous music video created using ASCII art animation.

Setup Instructions

Follow these steps to set up the project environment and run the script:

  1. Create a virtual environment:

    python3 -m venv .venv
  2. Activate the virtual environment:

    cd .venv
    source bin/activate
    cd ..
  3. Install the required dependencies:

    Ensure you have a requirements.txt file in the project directory. This file should list all the dependencies needed for the project.

    pip install -r requirements.txt
  4. Run the main script:

    Replace bad_apple.webm with the path to your video file if it differs.

    python3 main.py bad_apple.webm

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages