• Stars
    star
    266
  • Rank 149,395 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Django website for generating ASCII-arts out of images or text 🎨

ASCII-Generator.site

This is a Django website for generating ASCII-arts out of images or text 🎨

You can find it at https://ASCII-Generator.site

demo GIF
Demo (a bit old for now)

Fast local setup

You can start this website locally by using these easy steps (python3 is needed):

  • Clone this repo to your pc;
  • Create virtual environment (if needed) with virtualenv venv, activate it and install dependencies with pip install -r requirements.txt;
  • At the top of project/settings.py set EASY_RUN_MODE from False to True;
  • Start server withpython manage.py runserver or python manage.py runserver 0.0.0.0:1234 to open it to local network (for example, over wifi).

TAKE A NOTE that without postgresql, you can't use migrations, therefore, can't use any database-related actions. Generators will work of course.

Used repositories

For creating this project, several open-source repositories were used:

Generators

Other

Contributing.

License.

Icons made by Freepik and Pixel Perfect from www.flaticon.com.