A simple image-to-ASCII converter based on a video by Kite.
see it on PyPI
import pyASCIIgenerator
pyASCIIgenerator.asciify('path\\to\\file')
REMEMBER TO USE DOUBLE BACKSLASHES
also try:
import pyASCIIgenerator
pyASCIIgenerator.help()
this will print out the usage example
this module relies on the PIL.Image from the library, Pillow.
Made by HYKANTUS