Skip to content

Darkrock04/Image_colour_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages