Link to the website can be found here: http://oriyans24.pythonanywhere.com/
A simple image editing website made using Flask and powered by Pillow image editing library(https://pillow.readthedocs.io/en/stable/#). Hoested on PythonAnywhere servers.
- install python, if havn't already done so: https://www.python.org/
- git clone the repo, and open it in code editor of choice
- run 'pip install -r requirements.txt' to install dependencies
- run 'python3 run.py'