This is a Django website for generating ASCII-arts out of images or text 🎨
You can find it at https://ASCII-Generator.site
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 withpip install -r requirements.txt
; - At the top of
project/settings.py
setEASY_RUN_MODE
fromFalse
toTrue
; - Start server with
python manage.py runserver
orpython 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.
For creating this project, several open-source repositories were used:
- ASCII-generator by uvipen (MIT-License - Copyright (c) 2018 Viet Nguyen);
- asciify by RameshAditya;
- art by sepandhaghighi (MIT-License - Copyright (c) 2017 Sepand Haghighi).
You can visit his project's website.
Icons made by Freepik and Pixel Perfect from www.flaticon.com.