You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [Material You color algorithms](https://m3.material.io/styles/color/overview) for python!
4
2
It is built in reference with offical [typescript implementation](https://github.com/material-foundation/material-color-utilities/tree/main/typescript) except it's color quantization part, which is based on [c++ implementation](https://github.com/material-foundation/material-color-utilities/tree/main/cpp) thanks to [pybind](https://github.com/pybind).
5
3
@@ -196,6 +194,25 @@ print(selected_colors)
196
194
```
197
195
</details>
198
196
197
+
198
+
## Gallery
199
+
200
+
These are some libraries which use this library for color generattion.
0 commit comments