Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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