Skip to content

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.

License

Notifications You must be signed in to change notification settings

edeniyanda/SpectrumWizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpectrumWizard

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.

SpectrumWizard Demo

Requirements

  • Python 3.x
  • Tkinter
  • Additional Python libraries: Pillow, colorthief

Installation

  1. Clone the repository:

    git clone https://github.com/edeniyanda/SpectrumWizard.git
  2. Navigate to the project directory:

    cd SpectrumWizard
  3. Install the required libraries using pip:

    pip install -r requirements.txt
    

Usage

  1. Run the SpectrumWizard application:

    python main.py
  2. Click the "Upload Image" button to select an image file.

  3. The selected image will be displayed in the application.

  4. Click the "Spectrumize" button to analyze the colors in the image.

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

  6. You can click on the drop down combobox to change the format of the colors

  7. Repeat the process to analyze colors in different images.

Acknowledgements

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages