material-color-utilities
material-color-utilities copied to clipboard
Python Library
I hope support for cli, terminal based application can have a library color generator will be avalible
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
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
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?
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.
Please Add Python Support!