This is one of my first projects in Python. Please do not judge strictly.
The project is a simple one-page site with a button, when clicked, a file manager opens, in which you need to select a file with the JGP extension. After this and clicking on the "Создать арт" button on the right, art will be created from ASCII characters
- Python
cd <work_directory>
git clone [email protected]:falafe1y/ASCII-converter.git .
cd image_to_ascii
pip install -r req.txt
cd ..
python manage.py runserver
You can see something like this
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.
January 25, 2025 - 11:05:11
Django version 5.1.5, using settings 'first_project.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
This means all is okay
After that you need to go to this address http://127.0.0.1:8000/
If the line python manage.py runserver
you can to try this line python3 manage.py runserver