juanbeniteza / image-to-ascii

Script to convert images to ASCII art

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images to ASCII ART

Simple Python script to convert images to ASCII

First install requirements

pip install -r requirements.txt

And start converting images

python app.py <filename> (-f)

-f : if you want to store the ASCII as a txt file

Example: Example

About

Script to convert images to ASCII art


Languages

Language:Python 100.0%