معرفی شرکت ها


devdeck-macos-1.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

DevDeck commands for interacting with a macOS system
ویژگی مقدار
سیستم عامل -
نام فایل devdeck-macos-1.0.0
نام devdeck-macos
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Marcus Crane
ایمیل نویسنده marcus@utf9k.net
آدرس صفحه اصلی https://github.com/marcus-crane/devdeck-macos
آدرس اینترنتی https://pypi.org/project/devdeck-macos/
مجوز MIT
# DevDeck - macOS ![CI](https://github.com/marcus-crane/devdeck-macos/workflows/CI/badge.svg?branch=main) > A drop-in replacement for operating system controls and decks implemented in [DevDeck](https://github.com/jamesridgway/devdeck). DevDeck is a really neat tool but some of the default controls such as the volume controls assume you are running on a machine with [PulseAudio](https://www.freedesktop.org/wiki/Software/PulseAudio/) ie; Linux. This package is intended as a replacement for those controls but with support for macOS instead. More specifically, it uses `osascript` to issue system commands under the hood. By drop-in, you should only have to change the package name in the original DevDeck controls to achieve the same effect for macOS eg; ```diff decks: - serial_number: "ABC123456789" name: 'devdeck.decks.single_page_deck_controller.SinglePageDeckController' settings: controls: - - name: 'devdeck.controls.volume_mute_control.VolumeMuteControl' + - name: 'devdeck_macos.controls.volume_mute_control.VolumeMuteControl' ``` ## Installing Simply install *DevDeck - macOS* into the same python environment that you have installed DevDeck. ```shell $ pip install devdeck-macos ``` You can then update your DevDeck configuration to use decks and controls from this package. ## Configuration At the moment, only `VolumeMuteControl` is implemented but I plan to port over more controls shortly. Example configuration: ```yaml decks: - serial_number: "ABC123456789" name: 'devdeck.decks.single_page_deck_controller.SinglePageDeckController' settings: controls: - name: 'devdeck_macos.controls.volume_mute_control.VolumeMuteControl' key: 0 ``` **NOTE**: Unlike the original package, you do not have to specify the specific microphone as it will default to the currently selected default in System Preferences. If there is a need for it, I can see whether osascript supports muting a specific input device.


نیازمندی

مقدار نام
- assertpy
==1.0.7 devdeck-core
- pytest
==2020.12.3 osascript
- parsedatetime
- tzlocal


نحوه نصب


نصب پکیج whl devdeck-macos-1.0.0:

    pip install devdeck-macos-1.0.0.whl


نصب پکیج tar.gz devdeck-macos-1.0.0:

    pip install devdeck-macos-1.0.0.tar.gz