The Image Colors Detector is a desktop application designed to help users identify and analyze colors in images. By clicking on any point in an image, users can get detailed information about the color at that point, including its RGB and hexadecimal values.
- CustomTkinter: Provides enhanced GUI components over standard Tkinter.
- OpenCV (cv2): For image processing tasks.
- Pandas: For handling color data and conversions.
- Pillow (PIL): For image file operations.
- Interactive Image Viewing: Click on any part of an image to see color details.
- Color Data Display: Shows RGB and hexadecimal values.
- User-Friendly Interface: Easy to navigate GUI for all user levels.
color-wheel.ico: Icon for the application.colors.csv: CSV file containing color data.detector.py: Main Python script for detecting colors.requirements.txt: Required Python packages.
- Clone the repository:
git clone https://github.com/buroff1/image-colors-detector.git
cd image-colors-detector
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python detector.py
Interested in contributing? Follow these steps:
- Fork the repo.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a pull request.
- Email: artem.burov0205@gmail.com
- GitHub: buroff1
