Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 565 Bytes

File metadata and controls

22 lines (20 loc) · 565 Bytes

Bad Apple

Play an ASCII version of Bad Apple (or any YouTube video) in the new Windows Terminal using Python

imag#

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