Skip to content

Latest commit

 

History

History
31 lines (14 loc) · 713 Bytes

README.md

File metadata and controls

31 lines (14 loc) · 713 Bytes

IMAGE_COLOUR_ DETECTION

INTRODUCTION

Creating an Image Color Finder project using Python, Tkinter, PIL (Pillow), and ColorThief is an exciting way to explore image processing and GUI development. This project allows users to load an image and identify the dominant colors or a color palette from the image.

REQUERED MODULES FOR THE PROJECT

$ pip install tkinter

$ pip install pillow

$ pip install colorthief

IMPORT MODULES

$ from tkinter import *

$ from tkinter import filedialog, messagebox

$ from PIL import Image, ImageTk

$ from colorthief import ColorThief

Screenshots

Screenshot 2024-09-12 155457