hit9 / gif2txt

Gif image to Ascii Text

Home Page:https://hit9.github.io/gif2txt/examples/out.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Gif image to Ascii Text

https://hit9.github.io/gif2txt/examples/out.html


Languages

Language:Python 83.4%Language:HTML 16.6%