Bad Apple Play an ASCII version of Bad Apple (or any YouTube video) in the new Windows Terminal using Python Running in a virtual environment (Windows) Create the virtual environment python -m venv venv Activate the virtual environment venv\Scripts\activate.bat Install dependencies pi# install -r requirements Run the program python main.py