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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T12:46:11.000Z (about 2 years ago)
- Last Synced: 2025-01-06T18:43:21.586Z (over 1 year 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

## 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
```