Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 502 Bytes

asciimage

A flask app that takes your image and returns your images ASCII version

Now supports gif animated images too!

Installation

  • If you're using pip create and activate your virtual environment then run pip install -r requirements.txt
  • For pipenv just run `pipenv install after cd-ing into the directory
  • Start the server python asciimage.py and enjoy!

CREDITS

  • @hit9 (img2txt, gif2txt)
  • @shakib609 (Me Obviously) 😄

P.S. The app is configured for pythonanywhere.com