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
Release files for color-codes 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| color_codes-0.0.1.tar.gz | 10.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| color_codes-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.7 kB
Release files / color_codes-0.0.1.tar.gz
| Download URL | color_codes-0.0.1.tar.gz |
|---|---|
| Size | 10.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1296a55fbbd7be92df81fadcb26fe83e57f3ccee872f04bd9f8adb759be7e3cf
|
|
BLAKE2b-256 checksum How to use checksums |
3430eeb1983894811422a602258632271862fe4be569fdba2dbb47e170772bb0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / color_codes-0.0.1-py3-none-any.whl
| Download URL | color_codes-0.0.1-py3-none-any.whl |
|---|---|
| Size | 10.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e696be5430d7e707e3c12759806ec7e1d7632e1fc2af48ba8c76baee66f02248
|
|
BLAKE2b-256 checksum How to use checksums |
a6b7e5ca6e3be923cc4bd71c5cd4602ab71de6eec6bb14dd7e006ee4ee06bf64
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|