SpectrumWizard is an open-source Image Color Detection Software with Python GUI Tkinter. It allows users to analyze images and detect colors with precision and ease.
- Python 3.x
- Tkinter
- Additional Python libraries: Pillow, colorthief
-
Clone the repository:
git clone https://github.com/edeniyanda/SpectrumWizard.git
-
Navigate to the project directory:
cd SpectrumWizard
-
Install the required libraries using pip:
pip install -r requirements.txt
-
Run the SpectrumWizard application:
python main.py
-
Click the "Upload Image" button to select an image file.
-
The selected image will be displayed in the application.
-
Click the "Spectrumize" button to analyze the colors in the image.
-
The top 10 most prominent colors and their corresponding hex codes will be displayed in the color palettes on the left sides of the application.
-
You can click on the drop down combobox to change the format of the colors
-
Repeat the process to analyze colors in different images.
- Logo used in the app: Art and design icons created by Tanahcon - Flaticon
This project is licensed under the MIT License. See the LICENSE file for details.