https://github.com/kvantvs/get_most_used_colors
Gets most used color from image
https://github.com/kvantvs/get_most_used_colors
colors image-processing python
Last synced: 13 days ago
JSON representation
Gets most used color from image
- Host: GitHub
- URL: https://github.com/kvantvs/get_most_used_colors
- Owner: KvantVS
- Created: 2021-09-28T05:59:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T15:54:15.000Z (over 3 years ago)
- Last Synced: 2025-01-03T15:14:11.154Z (over 1 year ago)
- Topics: colors, image-processing, python
- Language: Python
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get_most_used_colors
Gets most used color from image
### How to run
In script `get_most_colors.py` change variable `file` to your file path and run the script.


### Libs to install
`pip install Pillow`
`pip install PyQt5`
#### P.S. Script with average colors
`get_most_colors_with_average_colors.py` doesn't seems to be usefull. I experimenting there with calculating average color in each color group and output it as result. But the colors are issued faded.
