A simple tool to convert image files, video files or webcam video inputs to ASCII art.
Currently, it justs prints the result to the standard out.
Clone the repo and you should be good to go.
From an image file :
python ascii_art.py img yourimage.ext width height
From a video file :
python ascii_art.py video yourvideo.ext width height
From your webcam :
python ascii_art.py img cam width height
Here is an example of an image converted to ASCII art using this tool :
