This just an image editor application which created with python. Nothing more.
Run on Flask service. For a simple GUI powered by HTML, CSS and JS
For a quick demo, check this out: https://just-an-image-editor.herokuapp.com/
(May need to wait 1 min for initiliazing heroku app on visit)
download the git clone zip and extract or clone it
git clone https://github.com/fthozdemir/image_editor_app.git
go into the image_editor_app folder from terminal
create an virtual enviroment env
and activate it
python3 -m venv env
source env/bin/activate
install requirements
pip install -r requirements.txt
run
flask run
checkout the address http://localhost:5000/
create an virtual enviroment env
and activate it
python -m venv ./env/
.\env\Scripts\activate
install requirements
pip install -r requirements.txt
run
flask run
checkout the address http://localhost:5000/