Turn your webcam feed into an ASCII art display in real-time! This project takes input from your webcam, processes it, and renders it as ASCII characters in a colorful display with pure Python and OpenCV!
- Real-Time Processing: Converts live video feed to ASCII art at high speed.
- Customizable ASCII Characters: Use any character set for creating your art.
- Color Integration: Preserves the video colors for colorful text output.
- Customizable: Use any size of characters with any colors you want!
- Python 3.7+
- Libraries:
- opencv-python
- pygame
- tkinter (comes pre-installed with Python on most systems)