https://github.com/akash-rajak/hex-color-code
Python Script to get Hex Color code.
https://github.com/akash-rajak/hex-color-code
color hex-code hex-color pandas python3 tkinter
Last synced: 11 months ago
JSON representation
Python Script to get Hex Color code.
- Host: GitHub
- URL: https://github.com/akash-rajak/hex-color-code
- Owner: akash-rajak
- Created: 2021-07-31T15:13:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T12:48:57.000Z (over 4 years ago)
- Last Synced: 2025-02-01T03:28:32.235Z (about 1 year ago)
- Topics: color, hex-code, hex-color, pandas, python3, tkinter
- Language: Python
- Homepage:
- Size: 521 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✔ HEX COLOR CODE
- A "Hex Color Code" is an application created in python with tkinter gui.
- In this application, user can get the html hex code and rgb code, along with the shade to which a color belongs to.
- Also along with those details, user will also be previewed the chosen color in the preview area, how the color looks like.
- for the data, used the hex_data.csv data, and read using pandas library.
****
### REQUIREMENTS :
- python 3
- tkinter module
- from tkinter messagebox module
- pandas
****
### How this Script works :
- User just need to download the file and run the hex_color_code.py on their local system.
- Now on the main window of the application the user needs to select the name of Color Name from the drop down OptionMenu.
- After user has chosen the name of Color, when user clicks on the BY "GET HEX CODE" button, he/she will be able to see the html hex code and rgb code of that color and the shade to which that color belongs to.
- Along with the above details, user will also be able to see the preview of the color, like how its look like in the preview area.
- Also there is a RESET button, clicking on which user can resets both the Option Menu to default color name "antiquewhite".
- Also there is an EXIT button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.
### Purpose :
- This scripts helps user to easily get the hex code, rgb code, shade and the preview of the color.
### Compilation Steps :
- Install tkinter, pandas
- After that download the code file, and run hex_color_code.py on local system.
- Then the script will start running and user can get the hex code, rgb code, shade and the preview of the color, by just selecting the color name.
****
### SCREENSHOTS :







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