Draw Images/GIFs in your terminal.
output.mp4
pip install drawitor
drawitor cat_dancing.gif
The library is written in a simple functional style.
from drawitor import draw
draw("my_img.png")
draw("super_cute_dog.gif")
Check the CLI tool source code for an usage example.
Released under the MIT Licence