Your Webcam in the terminal using ASCII art with colour!
To run the script, you'll need the following Python packages:
- numpy==1.26.0
- opencv-python==4.8.1.78
To get started, follow these steps:
- Clone this repository to your local machine.
- Create a virtual environment (optional but recommended).
- Install the required packages using pip.
- Credits to The Coding Train for inspiration and ideas. Enjoy their beautiful and detailed video: ASCII text images.
Have fun! :)
PLEASE SEE: There's a for loop which limits it to 10 frames. Please switch that out for while True:
to enable forever.