A desktop application built with Python and Tkinter that simulates various types of color vision deficiencies (color blindness) on images. Helps designers and developers understand how visual content appears to people with different color perception.
- Image Support: Load JPG/JPEG/PNG images
- 8 Color Vision Simulations:
- Normal vision
- Protanomaly
- Deuteranomaly
- Tritanomaly
- Protanopia
- Deuteranopia
- Tritanopia
- Monochrome
- Dual Panel View:
- Original image display (left panel)
- Scrollable results panel (right)
- One-Click Operations:
- Clear all simulation results
- Responsive status updates
- Cross-Platform: Works on Windows, macOS, and Linux
- Python 3.8+
- pip package manager
- Clone repository:
git clone https://github.com/kinzafatim/ColorSight.git
cd ColorSight
Run the App: python app.py


