Simple project to turn images or webcam footage into ascii images.
main.py [-h] [-p] [-f] [-i INPUT] [-o OUTPUT] [-s SIZE]
AsciiCam - Convert media to ascii photos
options:
-h, --help show this help message and exit
-p, --photo Select the photo-to-ascii mode
-f, --file Select the image file input mode
-i INPUT, --input INPUT
Specify the image input file
-o OUTPUT, --output OUTPUT
Specify the output file, default is asciipic.txt
-s SIZE, --size SIZE Specify the ascii image size, format 'WxH', ie. -s
'60x40'. Default is 128x96
Licensed under MIT License, by unfuz3. Check LICENSE for more info.