In this project, I created a fully functional image editor using Python, NumPy, and Tkinter — with no dependency on heavy libraries like OpenCV or PIL for the core image processing.
The editor includes features like:
Brightness, Contrast, and Satura...