Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishekmishra-17/color-details-finder-from-image
This project will find the description of colors within the given input image.
https://github.com/abhishekmishra-17/color-details-finder-from-image
color-code color-finder color-scheme image python python3 selenium-webdriver webscraping
Last synced: 3 days ago
JSON representation
This project will find the description of colors within the given input image.
- Host: GitHub
- URL: https://github.com/abhishekmishra-17/color-details-finder-from-image
- Owner: Abhishekmishra-17
- Created: 2021-05-14T20:48:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T21:56:04.000Z (over 3 years ago)
- Last Synced: 2024-11-08T06:12:01.681Z (about 2 months ago)
- Topics: color-code, color-finder, color-scheme, image, python, python3, selenium-webdriver, webscraping
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Used packages:
1. extcolor (pip install extcolor)
2. selenium (pip install selenium)
3. bs4 (pip install bs4 or **pip install BeautifulSoup**)### **This program is also helpful in "RGB TO HEX CODE CONVERSION ".**