Note: Still in Progress
Update: Weebs Rejoice!!, the program can now also display your gifs in the terminal UwU
This program generates an ASCII art representation. ASCII art uses ASCII characthers to represent pixels of an image. The image is printed as strings of characthers on the terminal. Built as a part of Robert Heaton's PFAB series which can be found here
Support for Animated GIFs was inspired by yattsu's project
python ascii.py filename [-h] [-i] [-c {average,minmax,luminosity}] [-C {red, blue, green, cyan, magenta, yellow}]
filename Image/GIF to be ASCII Artified
-h, --help Show this help message and exit
-i, --invert Inverts the color
-c Selects the method for converting RGB to brightness value
-C, --color Selects the output color of the printed text