Skip to main content

a small, multi-use color library for python that supports RGB, Hexadecimal, Decimal, CMYK and most web colors

Project description

pyspectrum

a small, multi-use color library for python

supports RGB, Hexadecimal, Decimal, CMYK and most web colors (red, seagreen, yellow)

Quickstart

Installation & Upgrading

Using pip to install is highly reccomended

pip install -U pyspectrum

Upgrade to the latest stable version

pip install -U --upgrade pyspectrum

Example

import pyspectrum
# init colors
c = pyspectrum.Colors()
# creating color classes out of values
redRGB = c.RGB(255, 0, 0)
redHex = c.Hexadecimal("#ff0000")
redCMYK = c.CMYK(0, 100, 100, 0)
# html/css color name
convertedRGB = c.from_name("red")
# converting values
convertedCMYK = redRGB.to_cmyk()
convertedHex = redRGB.to_hex()
# accessing tuples and printing
print(f"Red RGB tuple: {redRGB.to_tuple()}")
print(f"Red Hex code: {redHex.to_string()}")
print(f"Red CMYK tuple: {redCMYK.to_tuple()}")
## printing colored text from RGB 
# prints'This is red text' in a red color
print(c.color_text("This is red text", redRGB))

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

pyspectrum-0.1.2.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyspectrum-0.1.2-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file pyspectrum-0.1.2.tar.gz.

File metadata

  • Download URL: pyspectrum-0.1.2.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pyspectrum-0.1.2.tar.gz
Algorithm Hash digest
SHA256 def5fc535ec8b9ae5d7858206bbfbac325597aacdfd4e82ed269fdd40ce01d70
MD5 24574b8f0a9f627ade200233f9d3c605
BLAKE2b-256 8b63c32b6672128e3e4b40208fdc81700c9db992c52390157348f587b0bb50cc

See more details on using hashes here.

File details

Details for the file pyspectrum-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: pyspectrum-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pyspectrum-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6900277d11759dc4d4d97a05fff204eb75ebb9aa94b540cb4d133aa06eb03aef
MD5 abc40cc08e3386cc9c1b4a5bddda0202
BLAKE2b-256 01bcf6d6c7696c0401663e5b6a776cbc49e9e49da11d52c030a9fcdbf3da2aee

See more details on using hashes here.

Supported by

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