ubernostrum / webcolors

A Python library for working with sRGB color specifications as used in HTML and CSS.

Clone this repository (size: 52.0 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/ubernostrum/webcolors/

Changed (Δ98 bytes):

raw changeset »

README (6 lines added, 0 lines removed)

Up to file-list README:

@@ -16,5 +16,11 @@ the Python standard library):
16
16
17
17
* Percentage rgb() triplet
18
18
19
For example::
20
21
    >>> import webcolors
22
    >>> webcolors.hex_to_name('#daa520')
23
    'goldenrod'
24
19
25
Full documentation is `available online
20
26
<http://docs.b-list.org/webcolors/1.3.1/`_.