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

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!

Awesome Lists containing this project

README

          

Welcome to Color Plotter 👋



Version

License: MIT License

> 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

![](gifs/purple.gif)

+ ## Light Green
![](gifs/green.gif)

+ ## Orange

![](gifs/orange.gif)

## 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)_