https://github.com/akash-rajak/color-difference
Python Script to get difference factor between two color.
https://github.com/akash-rajak/color-difference
color-difference colorsys delta-e-cie1976 delta-e-cie1994 delta-e-cie2000 delta-e-cmc pyhton3 tkinter
Last synced: about 1 year ago
JSON representation
Python Script to get difference factor between two color.
- Host: GitHub
- URL: https://github.com/akash-rajak/color-difference
- Owner: akash-rajak
- Created: 2021-07-31T14:50:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T12:20:47.000Z (over 4 years ago)
- Last Synced: 2025-02-01T03:28:33.764Z (over 1 year ago)
- Topics: color-difference, colorsys, delta-e-cie1976, delta-e-cie1994, delta-e-cie2000, delta-e-cmc, pyhton3, tkinter
- Language: Python
- Homepage:
- Size: 840 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✔ COLOR DIFFERENCE
- An Color Difference created in python with tkinter gui.
- Using this user will be able to get the difference between any two color which can be selected using coresponding color palette.
- Also user will be shown the preview of both the color.
- The difference will be defined according to four standard difference Delta E CIE1994, Delta E CIE1994, Delta E CIE2000 and Delta E CMC.
- Also user will be able see the Color difference cheatsheet.
****
### REQUIREMENTS :
- python 3
- tkinter module
- from PIL import Image, ImageTk
- colorsys
- cv2
- from colormath.color_objects import LabColor
- from colormath.color_diff import delta_e_cie1976
- from colormath.color_diff import delta_e_cie1994
- from colormath.color_diff import delta_e_cie2000
- from colormath.color_diff import delta_e_cmc
****
### HOW TO Use it :
- User just need to download the file, and run the color_difference.py, on local system.
- After running a GUI window appears, user can start the main difference application using START button.
- Here user will be able to two color area with corresponding palette and different buttons.
- User need to select both the color from using the corresponding color palette, and will be able to find the difference between both the color using DIFFERENCE button.
- Also user will be shown the preview of both the color.
- The difference will be defined according to four standard difference Delta E CIE1994, Delta E CIE1994, Delta E CIE2000 and Delta E CMC.
- Also user will be able see the Color difference cheatsheet.
- Also there is exit button, clicking on which we get a exit dialog box asking the permission to exit.
### Purpose :
- This scripts helps user to easily get the difference between any two color and also along with cheatsheet.
### Compilation Steps :
- Install tkinter, PIL, colorsys, cv2, colormath
- After that download the code file, and run color_difference.py on local system.
- Then the script will start running and user can explore it by selecting two color using the palette and getting the difference between them.
****
# SCREENSHOTS :









****
### Author :
- Akash Ramanand Rajak