ASCII-Generator.site
February 9, 2025 ยท View on GitHub
This is a Django website for generating ASCII-arts out of images or text ๐จ
Website is closed and archived!
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 withpip install -r requirements.txt; - At the top of
project/settings.pysetEASY_RUN_MODEfromFalsetoTrue; - Start server with
python manage.py runserverorpython manage.py runserver 0.0.0.0:1234to 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
- 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.
Other
Icons made by Freepik and Pixel Perfect from www.flaticon.com.
