A simple photo editor built with Python and Tkinter. The application allows users to load an image, enhance brightness and contrast, and save the modified image. It also includes features like undo/redo and a clean, user-friendly interface.
- Open images in various formats (JPG, PNG, BMP, etc.).
- Increase brightness and contrast of images.
- Undo and reset changes.
- Save the edited images.
- Professional and responsive UI design.
- Clone the repository:
git clone https://github.com/your-username/photo-editor.git
- Navigate to the project directory:
cd photo-editor
- Install the required dependencies:
pip install -r requirements.txt
Run the main.py
file:
python main.py