/gif2txt

Gif image to Ascii Text

Primary LanguagePython

gif2txt

Gif image to to Ascii Text. (Just a toy)

See also img2txt.

DEMO

HTML:

USAGE

python gif2txt.py test.gif -m 80 -o examples/out.html
python gif2txt.py test.gif -m 80 -o examples/withcolor.html -c
python gif2txt.py pacman.gif -o examples/pacman.html -c --green-screen-sensibility 128
python gif2txt.py test.gif -r -o examples/reversegreenscreen.html

Requirements

  • Jinja2
  • Pillow
pip install -r requirements.txt