معرفی شرکت ها


colorwheels-0.7.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

colorwheels - an endless color generator
ویژگی مقدار
سیستم عامل -
نام فایل colorwheels-0.7.3
نام colorwheels
نسخه کتابخانه 0.7.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Quantum Spaces
ایمیل نویسنده quantumspaces@outlook.com
آدرس صفحه اصلی https://github.com/quantumspaces/colorwheels
آدرس اینترنتی https://pypi.org/project/colorwheels/
مجوز -
# colorwheels An Endless Color Generator This project is a continuous color generator for Python. We create a palette of a specific color range, a palette of matching colors and similar to serve to a consumer application. Works great when generating rainbow effects in hobby electronics (RGB LEDs, RGB Panels), and elsewhere. The idea behind is an endless colorwheel for photographers - the wheel continuously turns around to generate the next color. Here's an example of colorwheels on a keybow, waiting for a keypress. ![keybow](https://raw.githubusercontent.com/quantumspaces/colorwheels/0.7.2/img/keybow-colorwheels.gif) All in a few lines of code: ```python # wheel is initialized and definitions loaded or generated while True: color = wheel.next() keybow.set_led(9, color[0], color[1], color[2]) keybow.show() time.sleep(0.1) ``` ## Links * [GitHub](https://github.com/quantumspaces/colorwheels) * [PyPi](https://pypi.org/project/colorwheels/) * [Read The Docs](https://colorwheels.readthedocs.io/en/latest/) ## About We are a maker community in Karlskrona, Sweden. We run makerspaces every week, working with Raspberry Pis, Arduinos and other interesting hardware. This repository is here to support our community of makers. A lot of our achievements are based and inspired by the community at large. We wish to pay back and share our experiences and lessons learned.


نیازمندی

مقدار نام
- dataclasses-json
- PyYAML
- check-manifest
- coverage


زبان مورد نیاز

مقدار نام
>=3.7, <4 Python


نحوه نصب


نصب پکیج whl colorwheels-0.7.3:

    pip install colorwheels-0.7.3.whl


نصب پکیج tar.gz colorwheels-0.7.3:

    pip install colorwheels-0.7.3.tar.gz