distinctipy
distinctipy copied to clipboard
A lightweight package for generating visually distinct colours.
My impression is that different shades of green are favoured a bit too much at the moment.
Look over readthedocs, docstrings etc. and check everything looks ok/improve where needed
New __init__.py exposes everything when importing parent distinctipy. Would be better to tighten this up and only expose a few key functions.
The function for selecting whether black or white text should be used over a background colour seems to work well in almost all cases, with one key exception being pure...
The use case of distinctipy is that you need N distinct colours for N different groups in some kind of visualisation. The part of picking N colours is implemented, but...
Initial PR of the Color class