No description
Find a file
dependabot[bot] 7dbf1e21ac
Bump requests from 2.23.0 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.23.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 23:30:11 +00:00
gifs gifs working 2020-06-08 16:56:43 +02:00
src readme created 2020-06-08 16:34:39 +02:00
test Implemented!! 2020-06-08 05:17:06 +02:00
.gitignore first commit 2020-06-07 05:46:34 +02:00
README.md Update README.md 2020-06-08 21:45:01 +02:00
requirements.txt Bump requests from 2.23.0 to 2.31.0 2023-05-22 23:30:11 +00:00

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

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

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