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

Uploaded Source

File details

Details for the file vari-0.0.2.tar.gz.

File metadata

  • Download URL: vari-0.0.2.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for vari-0.0.2.tar.gz
Algorithm Hash digest
SHA256 15e4641c3fca749581992767bdbdba35b2a963b9c115c5bceea375708e3714fc
MD5 5a5a04610f507439c752b1d28e9f9bf4
BLAKE2b-256 2a62ee927350ac447810918169bab72f61c356d4cd64f3a3204fbd380f5d6863

See more details on using hashes here.

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