A python program to generate ANSI art from images and videos
A python program that creates ASCII art (with true color support if enabled) from images and videos Dependencies The program runs using python3The following python packages are used in the program: opencv-python Pillow numpyThese packages can be installed using any package manager for python like pip, conda, etc. A Demo Below is a GIF file (of lesser quality than the original screen-capture) showing the output on a true-color terminal Usage Navigate to the directory of the python script and run […]
Read more