Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.28 KB

Python Photo Editax App (using TKinter)

Tkinter enabled simple photo editing app with minimal editing options but good for a mini project because it includes all the basic photo editing features like blur, color change, rotate, resize, gradients etc..

Installation

Simply download the repo and start by running

$ python3 app.py

System requirements

$ sudo apt install python3
$ sudo apt install python3-pip
$ sudo apt install python3-opencv
$ sudo python3 -m pip -r install requirements.txt

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contributers

Sukresh

User manual

usermanual

Code of Conduct

Code of Conduct

License

GNU General Public License v3.0