Introduction A small tool for converting images to ASCII characters. QuickStart Install Dependencies python install -r requirements Run # Start By Shell python img2ascii.py # Start By GUI python gui.py Package as executable program pip install pyinstaller pyinstaller gui.py -F Demo