Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 564 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 564 Bytes

flask-asciiart-app

A flask application that turn your images to ASCII ART with 70 level in grayscale

Deployed version: https://flask-asciart-app.vercel.app

Currently only support PNG, JPG and JPEG

How to start

  1. Create your own virtual env : python3 -m venv {your_own_env}
  2. Activiate your environment: source {your_own_env}/bin/activate
  3. install all the packages: pip3 install -r requirement
  4. Run python3 wsgi.py to start

Acknowledgments

Bootstrap: https://getbootstrap.com/

CodingTrain: https://www.youtube.com/watch?v=55iwMYv8tGI