An open API service indexing awesome lists of open source software.

https://github.com/minchinweb/colourettu

A collection of colour functions in Python
https://github.com/minchinweb/colourettu

color colour python

Last synced: about 1 year ago
JSON representation

A collection of colour functions in Python

Awesome Lists containing this project

README

          

.. image:: https://raw.githubusercontent.com/MinchinWeb/colourettu/master/docs/colourettu-logo-4x.png
:align: center

Colourettu is a small collection of colour functions in Python. These can be used to determine the (relative) luminosity of a colour and the contrast between two colours. There is also the palette class for dealing with a 'list' of colours.

.. image:: https://img.shields.io/pypi/v/colourettu.svg?style=flat
:target: https://pypi.python.org/pypi/colourettu/
:alt: PyPI version number

.. image:: https://img.shields.io/badge/-Changelog-success
:target: https://github.com/MinchinWeb/colourettu/blob/master/docs/changelog.rst
:alt: Changelog

.. image:: https://img.shields.io/pypi/pyversions/colourettu?style=flat
:target: https://pypi.python.org/pypi/colourettu/
:alt: Supported Python versions

.. image:: https://img.shields.io/pypi/l/colourettu.svg?style=flat&color=green
:target: https://github.com/MinchinWeb/colourettu/blob/master/LICENSE

.. image:: https://img.shields.io/github/workflow/status/MinchinWeb/colourettu/CI
:target: https://github.com/MinchinWeb/colourettu/actions/workflows/ci.yml
:alt: GitHub Workflow Status

.. image:: https://coveralls.io/repos/MinchinWeb/colourettu/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/MinchinWeb/colourettu?branch=master

.. image:: https://img.shields.io/pypi/dm/colourettu.svg?style=flat
:target: https://pypi.python.org/pypi/colourettu/
:alt: Download Count

Installation
------------

::

pip install colourettu

Documentation
-------------

Full documentation is available at http://minchin.ca/colourettu/

Changelog
---------

Full changelog is available at http://minchin.ca/colourettu/changelog.html

Links
-----

- Code, on GitHub: http://www.github.com/minchinweb/colourettu/
- Report a Bug! https://github.com/minchinweb/colourettu/issues
- Documentation: http://minchin.ca/colourettu/
- Listing on PyPI: https://pypi.python.org/pypi/colourettu

License
-------

*Colourettu* is licensed under the MIT license.