معرفی شرکت ها


alfrodull-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Alfrodull is a utility that controls lights based on the a computers events
ویژگی مقدار
سیستم عامل -
نام فایل alfrodull-0.1.0
نام alfrodull
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Philip Laine
ایمیل نویسنده philip.laine@gmail.com
آدرس صفحه اصلی https://github.com/phillebaba/alfrodull
آدرس اینترنتی https://pypi.org/project/alfrodull/
مجوز -
# Alfrodull Alfrodull is a utility that controls lights based on the a computers events. The lights can be turned off when the computer sleepd, and turn on when the computer wakes up. The original use case was to attach an led strip behind the monitor that turn on and off as the display does. But much more can be doen as additional events can easily be added. For example blinking the lights when notifications are received or tracking CPU usage and warning when it passes a threshold. Right now the only supported devices are those from [blinksticks](https://www.blinkstick.com/). More can be added if requested and I can get ahold of them. Alfrodull only works on Linux right now as all of the events uses DBUS notifications to react to events. Support for Windows could be added in the future but would require some other notification service. ## Install ```bash pip install alfrodull ``` ## Usage Simply start alfrodull and pass a configuration file path as input. ```bash alfrodull config.yml ``` Alfrodull could for example be started in xinit or i3wm config. ## Configuration Alfrodull is configured with a file, this is where the event, animation and, color are specified. Colors are defined as hex values ex. `#ff00ff`, the values will be checked when the program is started and throw an exception if they can't be parsed. Passing a null value to the color is parsed as turning off the lights. Below are the currently supported events and animations that can be used. | Event | Description | | --- | --- | | Init | After the applicationn is first run | | Shutdown | Before the computer turns off | | Sleep | Before the computer goes to sleep | | Wakeup | After the computer wakes up | | Effect | Description | | --- | --- | | Fade | Fades from the current color or if the color is null turn off. | | Outside In | Starts from the outside and changes light one by one to the inside. | | Inside Out | Opposite of Outside In. | ```yml device: blinkstick events: - type: "Init" animation: type: "Fade" color: "#ffffff" - type: "Sleep" animation: type: "Inside Out" color: "#000000" - type: "Wakeup" animation: type: "Outside In" color: "#ffffff" ``` ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.


نیازمندی

مقدار نام
==1.3.0 atomicwrites
==19.1.0 attrs
==1.1.8 BlinkStick
==1.2.8 dbus-python
==0.17 importlib-metadata
==7.0.0 more-itertools
==19.0 packaging
==0.12.0 pluggy
==1.8.0 py
==19.4.1 pyaml
==1.18.1 pycairo
==0.6.0 pydbus
==3.32.1 PyGObject
==2.4.0 pyparsing
==4.6.2 pytest
==1.0.0b1 pyusb
==5.1 PyYAML
==1.12.0 six
==0.1.7 wcwidth
==0.5.1 zipp


نحوه نصب


نصب پکیج whl alfrodull-0.1.0:

    pip install alfrodull-0.1.0.whl


نصب پکیج tar.gz alfrodull-0.1.0:

    pip install alfrodull-0.1.0.tar.gz