Metadata-Version: 2.4
Name: colorisator
Version: 1.0.4
Summary: A powerful Python library for color manipulation and palette generation
Author: Richard Carlier
License: MIT
Project-URL: Homepage, https://github.com/rcarlier/colorisator
Project-URL: Documentation, https://github.com/rcarlier/colorisator#readme
Project-URL: Repository, https://github.com/rcarlier/colorisator
Project-URL: Bug Tracker, https://github.com/rcarlier/colorisator/issues
Keywords: color,palette,gradient,hsl,rgb,hex,design
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Colorisator

Colorisator is a Python library for managing, manipulating, and generating colors.

It supports multiple formats (HEX, RGB, HSL, etc.), color operations, palettes, and gradients. Use this documentation to explore all features.

## Installation

```bash
pip install colorisator
```

## Read the docs

-   [Read the docs](https://colorisator.readthedocs.io/en/latest/)

![](https://colorisator.readthedocs.io/en/latest/_images/gradient.png)
