Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quinta0/pycolors
A python program to help people with color blindness recognize color in an image
https://github.com/quinta0/pycolors
colorblindness colors image-processing numpy pandas-dataframe python tkinter-gui
Last synced: about 2 months ago
JSON representation
A python program to help people with color blindness recognize color in an image
- Host: GitHub
- URL: https://github.com/quinta0/pycolors
- Owner: Quinta0
- License: mit
- Created: 2024-06-20T07:30:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T12:46:11.000Z (7 months ago)
- Last Synced: 2024-06-22T06:24:00.260Z (7 months ago)
- Topics: colorblindness, colors, image-processing, numpy, pandas-dataframe, python, tkinter-gui
- Language: Python
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyColors
A python program to help people with color blindness recognize color in an image![image](image.jpeg)
## Installation
```bash
pip install -r requirements.txt
```## Usage
```bash
python detect.py
```Or if you installed python from the Microsoft Store
```bash
py detect.py
```