GUI-based Image Editor that takes images (png, jpg, jpeg) as an input and performs various functions such as cropping an image, changing the brightness of an image, colors, and grey-scaling an image and many more. Python Tkinter is used to build UI elements and PIL is sued to implement image manipulation functions.
Use the package manager pip to install required packages.
pip install tkinter pillowpython Image_Editor.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.