mirror of
https://codeberg.org/JasterV/Color-Plotter.git
synced 2026-04-26 18:10:05 +00:00
No description
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.18.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| gifs | ||
| src | ||
| test | ||
| .gitignore | ||
| README.md | ||
| requirements.txt | ||
Welcome to Color Plotter 👋
A python script that ask for a color or its hexadecimal value and shows around 200 hundred similar colors
Install
pip install -r requeriments.txt
Usage
python src/closest_color.py
Enter a color from the colors list or just enter an hexadecimal value
Run tests
python -m unittest discover test/
✨ Demo
-
Purple
-
Light Green
-
Orange
Author
👤 Víctor Martínez
- Github: @JasterV
- LinkedIn: @Víctor Martínez
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Víctor Martínez.
This project is MIT License licensed.
This README was generated with ❤️ by readme-md-generator


