Skip to content

color-codes is a python package allowing easy access and use of RGB and HEX values of various colors.

Notifications You must be signed in to change notification settings

DanishAnodher/color-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

color-codes | Downloads

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

About

color-codes is a python package allowing easy access and use of RGB and HEX values of various colors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published