Simple package for using the color codes any where
Project description
color-codes
color-codes is a python package allowing easy access and use of RGB and HEX values of various colors.
Installation
Use the package manager pip to install color-codes.
pip install color-codes
Usage
import color_codes as color
# prints '(128, 128, 128)'
print(color.GREY.rgb)
# prints '#808080'
print(color.GREY.hex)
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
color_codes-0.0.1.tar.gz
(10.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file color_codes-0.0.1.tar.gz.
File metadata
- Download URL: color_codes-0.0.1.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1296a55fbbd7be92df81fadcb26fe83e57f3ccee872f04bd9f8adb759be7e3cf
|
|
| MD5 |
8141d882301ef26ae9d332c2495e879f
|
|
| BLAKE2b-256 |
3430eeb1983894811422a602258632271862fe4be569fdba2dbb47e170772bb0
|
File details
Details for the file color_codes-0.0.1-py3-none-any.whl.
File metadata
- Download URL: color_codes-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e696be5430d7e707e3c12759806ec7e1d7632e1fc2af48ba8c76baee66f02248
|
|
| MD5 |
93d217258f1f1728b60d90cda8c3e172
|
|
| BLAKE2b-256 |
a6b7e5ca6e3be923cc4bd71c5cd4602ab71de6eec6bb14dd7e006ee4ee06bf64
|