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
- Host: GitHub
- URL: https://github.com/minchinweb/colourettu
- Owner: minchinweb
- License: mit
- Created: 2014-12-12T00:58:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T17:06:57.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T13:32:03.280Z (over 1 year ago)
- Topics: color, colour, python
- Language: Python
- Homepage: http://minchin.ca/colourettu/
- Size: 738 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: readme.rst
- License: LICENSE
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.