material-color-utilities icon indicating copy to clipboard operation
material-color-utilities copied to clipboard

Python Library

Open MeowTechOpenSource opened this issue 3 years ago • 5 comments

I hope support for cli, terminal based application can have a library color generator will be avalible

MeowTechOpenSource avatar Feb 23 '22 13:02 MeowTechOpenSource

It's not an official port, but I just finished porting over the JavaScript Library to Python here

It's definitely slower than the JavaScript version because I haven't really done any optimizations, but it's usable

avanisubbiah avatar Jul 29 '22 23:07 avanisubbiah

This is insanely cool Avanish!!! Would you be interested in making a PR/making it official? :)

We were just talking about the need for this last week but don't have capacity to work on it/plans in the short term.

The hardest part for supporting a new language is getting the initial port done, we'd be happy to do maintenance and keep it up to date from

jpohhhh avatar Jul 30 '22 02:07 jpohhhh

This is insanely cool Avanish!!! Would you be interested in making a PR/making it official? :)

We were just talking about the need for this last week but don't have capacity to work on it/plans in the short term.

The hardest part for supporting a new language is getting the initial port done, we'd be happy to do maintenance and keep it up to date from

I just saw that this is a read only repo. Is there a different repo where I should make this pr?

avanisubbiah avatar Aug 01 '22 19:08 avanisubbiah

I've also written a partial implementation at vinhowe/foocolor. It's structured a bit differently and I don't really have time to clean it up, but you might be interested in some of the Numpy optimizations in the quantizer module. Specifically wsmeans.py and wu.py.

vinhowe avatar Aug 07 '22 17:08 vinhowe

Please Add Python Support!

camiloux avatar Mar 04 '23 20:03 camiloux