materialyoucolor-python
materialyoucolor-python copied to clipboard
Material You color generation algorithms in python.
Hello. I can't install a version higher tha 1.2.0. Wih pip I got the error it can't build wheels. There is also a problem to install from github link: 
Attempting a distribution from xcode 15.2 of an app that runs on devices and simulations, Apple returns the following error:- Missing signing identifier at "/var/folders/wb/dykl3dh955jg5qx04mcyhxg00000gn/T/XcodeDistPipeline.~~~yYA2nq/Root/Payload/poxy9.app/lib/python3.11/site-packages/materialyoucolor/quantize/celebi.cpython-311-darwin.so". Failed to cloud sign "/var/folders/wb/dykl3dh955jg5qx04mcyhxg00000gn/T/XcodeDistPipeline.~~~yYA2nq/Root/Payload/poxy9.app/lib/python3.11/site-packages/materialyoucolor/quantize/celebi.cpython-311-darwin.so"....
When importing theme_from_source_color from materialyoucolor.utils.theme_utils, I found following missing import causing crash: (, ModuleNotFoundError("No module named 'materialyoucolor.utils.image_utils'")) Code snippet: from materialyoucolor.utils.theme_utils import theme_from_source_color from materialyoucolor.utils.color_utils import argb_from_rgb theme = theme_from_source_color(argb_from_rgb(255,...