aboutsummaryrefslogtreecommitdiff
path: root/docs/index.rst
blob: 0db7bf0d049cea6296b1f2832c2b06d2964df068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Welcome to thcolor's documentation!
===================================

This module is a color management module made by `Thomas Touhey`_ (``th``
is for ``touhey``) for the `textoutpc`_ project, a BBCode to HTML translation
module. It provides the following features:

- color management and conversions between formats (RGB, HSL, HWB, NCol, …).
- text-to-color using close-to-CSS format.

To install the module, use pip:

.. code-block:: bash

	$ pip install thcolor

For more information and links, consult `the official website`_.

Sommaire
--------

.. toctree::
	:maxdepth: 2

	angles
	colors
	expressions

.. _Thomas Touhey: https://thomas.touhey.fr/
.. _textoutpc: https://textout.touhey.pro/
.. _the official website: https://thcolor.touhey.pro/