Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 820 Bytes

File metadata and controls

29 lines (25 loc) · 820 Bytes

Photo Editor

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.

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/photo-editor.git
  2. Navigate to the project directory:
    cd photo-editor
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

Run the main.py file:

python main.py