Convert images and webcam captures to ASCII art in your terminal, with optional Matrix-style green coloring.
- Capture images directly from your webcam.
- Convert any image file to ASCII art.
- Optional green "Matrix" effect using colorama.
Install dependencies using:
pip install -r requirements.txtRun the main script:
python main.py-
Webcam Capture:
When prompted, enteryto capture an image from your webcam.
Presscto capture when the preview appears. -
Image File:
Enternto use an image file.
Provide the path to your image when prompted. -
Matrix Effect:
Choose whether to display the ASCII art in green.
ASCII art is printed directly in your terminal.
- Webcam images are resized to 400x150 pixels.
- Image files are resized to 200x150 pixels.
- Works on Linux and requires Python 3.