Colorfy icon indicating copy to clipboard operation
Colorfy copied to clipboard

Finds a suitable background color to the artwork of the current Spotify playback and sets it to a LED-strip using a Raspberry Pi

Results 7 Colorfy issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.1 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Right now the K-means clustering method is used to find K distinct colors from the album artwork. This method has its flaws, more specifically: - Need to know K (how...

enhancement
Hacktoberfest

Hi @davidkrantz 👋 I have not really used this project for a while but with the occasion of Hacktoberfest I thought I might as well raise this PR since I...

Bumps [spotipy](https://github.com/plamere/spotipy) from 2.4.4 to 2.22.1. Release notes Sourced from spotipy's releases. 2.22.1: CVE-2023-23608 Fixed CVE-2023-23608: fixed path traversal vulnerability that may lead to type confusion in URI handling code....

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

I'm working on implementing a color extracting algorithm into a music player, and I'm following this project as a reference. While going through `colorfulness`, I've noticed that since `rg`, `yb`...