https://github.com/jasterv/color-plotter
A program that shows a 3D plot of input closest colors inspired by a notebook from Allison Parrish!
https://github.com/jasterv/color-plotter
Last synced: 9 months ago
JSON representation
A program that shows a 3D plot of input closest colors inspired by a notebook from Allison Parrish!
- Host: GitHub
- URL: https://github.com/jasterv/color-plotter
- Owner: JasterV
- Created: 2020-06-07T03:44:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T05:38:59.000Z (about 2 years ago)
- Last Synced: 2025-09-07T08:51:12.769Z (9 months ago)
- Language: Python
- Homepage: https://gist.github.com/aparrish/2f562e3737544cf29aaf1af30362f469
- Size: 11.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Color Plotter đ
> A python script that ask for a color or its hexadecimal value and shows around 200 hundred similar colors
## Install
```python
pip install -r requeriments.txt
```
## Usage
```python
python src/closest_color.py
```
Enter a color from the [colors list](https://xkcd.com/color/rgb/) or just enter an hexadecimal value
## Run tests
```python
python -m unittest discover test/
```
## ⨠Demo
+ ## Purple

+ ## Light Green

+ ## Orange

## Author
đ¤ **VĂctor MartĂnez**
* Github: [@JasterV](https://github.com/JasterV)
* LinkedIn: [@VĂctor MartĂnez](https://www.linkedin.com/in/v%C3%ADctor-mart%C3%ADnez-3b8304196/)
## Show your support
Give a âď¸ if this project helped you!
## đ License
Copyright Š 2020 [VĂctor MartĂnez](https://github.com/JasterV).
This project is [MIT License](https://www.mit.edu/~amini/LICENSE.md) licensed.
***
_This README was generated with â¤ď¸ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_