Skip to main content

A useful package which handles the utilities of converting colors to different forms.

Project description

PyPI Version Info PyPI Supported Python Versions PyPI downloads

A useful package which handles the utilities of converting colors to different forms.

Notable Features

  • Modern pythonic syntax.

  • Easy utility to convert colors to hex and vice versa.

  • Easilly installable via PyPI.

  • Weekly major updates.

Installing

Requires Python 3.6 or higher for desired results.

The below codes show you how to install in various OSes

# Windows
py -3 -m pip install -U colorconverters

# Linux/MacOS
python3 -m pip install -U colorconverters

If you want to get beta and alpha versions, then install it this way instead.

# Windows
git clone https://github.com/ThatGenZGamer48/colorconverters
cd colorconverters
py -3 -m pip install -U .

# Linux/MacOS
git clone https://github.com/ThatGenZGamer48/colorconverters
cd colorconverters
python3 -m pip install -U .

Quick Example

import colorconverters

# To convert to hex
colorconverters.color_to_hex('red')

# To convert to color
colorconverters.hex_to_color('#FFFFFF')

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

colorconverters-0.2.0.tar.gz (3.7 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