This is an image processing application developed in Python. It uses the Matplotlib library for image manipulation and Tkinter for the graphical user interface. The application supports both dark and light modes.
- Image Processing: Perform various image processing operations using Matplotlib.
- Dark and Light Modes: Switch between dark and light themes for a comfortable user experience in any lighting condition.
- Tkinter GUI: A user-friendly graphical interface built with Tkinter makes it easy to use the application.
- Ensure you have Python installed on your system.
- Clone this repository to your local machine.
- Install the required libraries by running
pip install -r requirements.txt
in your terminal.
Run interface.py
in your terminal to start the application.