Skip to content

Releases: 0xRezoc/DCE

Initial Release

01 Oct 17:34
9eac54e
Compare
Choose a tag to compare

I'm excited to announce the initial release of the Dominant Color Extractor! This simple yet powerful Python application allows you to extract the dominant color from an image file with ease.

Key Features:

  • Select an Image: Choose an image file in JPG, JPEG, or PNG format.
  • Extract Dominant Color: Our program uses the ColorThief library to extract the dominant color from your selected image.
  • View RGB Value: See the RGB value of the dominant color displayed in real-time.
  • Color Swatch: Visualize the dominant color with a color swatch, thanks to Matplotlib.
  • User-Friendly Interface: Built with CustomTkinter, making it easy for users of all levels to navigate and use.

Getting Started:

  1. Clone or download the source code from this release.
  2. Ensure you have Python 3.x installed on your system.
  3. Install the required dependencies by running: pip install customtkinter matplotlib colorthief
  4. Run the dce.py script.
  5. Click "Select Image" to choose an image file and witness the magic!

I hope you find this tool useful for your image analysis and design projects. Please feel free to report any issues or contribute to the project on GitHub.

Thank you for using the Dominant Color Extractor!

Author: 0xRezoc

License: MIT License

Enjoy extracting dominant colors with ease!