Drawitor
Draw Images/GIFs in your terminal.
Install
pip install drawitor
CLI Tool
drawitor cat_dancing.gif
Library
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.
Licence
Released under the MIT Licence