Just a simple image to ascii converter.
- Run
setup.bat
- Enter python environment
- Run
python main.py [image_path] [target_width] [target_height] [include_frame]
- Example
python main.py someimage.png 128 128 1
This will display an ascii image art of 'someimage.png' with a target width and height of 128 characters with a border.