Skip to main content

A color palette module

Reason this release was yanked:

Cannot use

Project description

Color Palette

Python Package for easy coloring

Installation

It hasn't come out on pypi yet. To install, just install through git

python -m pip install git+https://github.com/SnowballSH/color_palette.git@master

Usage

from color_palette import Color
rgb = Color((255, 0, 0)) # You can either call on rbg
print(rgb.blue, rbg.red, rgb.green) # You can print the different values with both hex and rgb
hex = rgb.switch("hex") # You can switch from rgb to hex using this or the .to_rbg and .to_hex commands

Contribute

Found bugs? Want to suggest something? Create an issue here.
Or you can fork this project and create a pull request.

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

color_palette-0.2.tar.gz (1.4 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