Skip to main content

Python color representation conversions

Project description

Color representations and representation conversions in Python. _Väri_ means ‘color’ in Finnish.

install

pip install vari. Done.

use

Create a Vari instance with one of many color representations:

Vari(rgb=(255, 0, 0)) Vari(‘#ff0000’) Vari(‘red’)

Ask the instance for other representations:

c = Vari(‘#f00’) c.rgb # (255, 0, 0) c.hex # ‘#ff0000’ c.x256 # 196

future

  • hsl repr

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

vari-0.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

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