A gif to ascii art converter written in python.
I first used Image Magick to break down the gif into frames. https://www.imagemagick.org/script/index.php
Once the gif was in frames, I converted each frame to ascii art using this script. https://github.com/hit9/img2txt
The final program will convert this gif...
To this ascii art! (In the command line)