Skip to main content

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

MIT

Project details


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 hashes)

Uploaded Source

Built Distribution

color_codes-0.0.1-py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page