materialyoucolor-python icon indicating copy to clipboard operation
materialyoucolor-python copied to clipboard

Material You color generation algorithms in python.

Results 3 materialyoucolor-python issues
Sort by recently updated
recently updated
newest added

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: ![obraz_2024-01-21_213319934](https://github.com/T-Dynamos/materialyoucolor-pyhton/assets/51059882/011db6d9-4f03-4417-8bea-06f3e8dfabde)

enhancement

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,...