converts different colour formats.
Project description
Colour Converter
Turns hex values to RGB Turns RGB values to HEX
Download:
pip install colour-converter
Example Usage:
from colourconvert import hex2rgb, rgb2hex
print(hex2rgb('ff0000'))
print(rgb2hex(255, 0, 0))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for colour_converter-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32b1919d6cac744cb5d672053d80875c5842d954ab6446242f5267eb626229f8 |
|
MD5 | 935322ea3ff9585119fd9f5550893bef |
|
BLAKE2b-256 | f25588601a11a4b5a30dc6dd6782436bdd6124abe0523a8cc252bbc59515975d |