python-colourlovers icon indicating copy to clipboard operation
python-colourlovers copied to clipboard

Module to use ColourLovers API

Results 6 python-colourlovers issues
Sort by recently updated
recently updated
newest added

``` In [294]: import colorlover as cl In [295]: cl Out[295]: In [296]: colormaps = cl.scales['7']['qual']['Dark2'] In [297]: colormaps Out[297]: ['rgb(27,158,119)', 'rgb(217,95,2)', 'rgb(117,112,179)', 'rgb(231,41,138)', 'rgb(102,166,30)', 'rgb(230,171,2)', 'rgb(166,118,29)'] In [298]: cl.interp(colormaps,...

/usr/local/lib/python2.7/dist-packages/python_colourlovers-0.1.0-py2.7.egg/colourlovers/**init**.py:139: DeprecationWarning: This method will be removed in future versions. Use 'list(elem)' or iteration over elem instead. if len(child.getchildren()) == 0:

The README file only contains examples but is missing basic descriptions and a bit more advanced documentation.

Patterns, Palettes & Colours include an image and badge URL that points to a PNG file. The API should provide a convenience method to download these images to a location...