Simple Photo Editor on Python
Implementation of simple photo editor
example of using from terminal:
python3 img_modifier.py -p temp.jpg color_filter=sepia --rotate=45 --resize=200,300
All commands list:
Also there is a UI built with PyQt5 which works for Windows, mac os and Linux.
Use PyInstaller to convert it
used libs:
to install all packages use pip3 install -r requirements.txt
!this application was made as a training app so it can have bugs and bad optimization.
windows version: