Skip to content

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

Notifications You must be signed in to change notification settings

marcozzxx810/flask-asciart-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published