Skip to content

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

License

Notifications You must be signed in to change notification settings

kumarrishikesh12/ASCII-Generator.site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • HTML 1.4%
  • JavaScript 1.3%
  • Less 1.2%