StreamDeck Daemon
Project description
streamdeckd
Control your streamdeck with a configuration file
This is a very, very early version.
Installation and Usage
Install this via pip.
pip install streamdeckd
Start with this example configuration:
# In this example:
# Filename: streamdeckd.conf
rescan 10s;
streamdeck '*' default {
menu "Main" default {
text "{x} {y}";
button 0 0 {
text "Close";
released {
exit;
}
}
}
}
Run the configuration with
streamdeckd run -f streamdeckd.conf
Look my configuration-file at example/streamdeckd.conf which I am using myself.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
streamdeckd-0.1.0.tar.gz
(17.6 kB
view hashes)
Built Distribution
Close
Hashes for streamdeckd-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf2d1e9cc296b96dfcea7e99b94b2cb35e869fe85c53606acdbd6ee479065937 |
|
MD5 | 8d41e70ba9199fb9891dc0157fc8dfde |
|
BLAKE2b-256 | 5131a3b54080274939eb5d3cd571c3248bae3b3524ddacdf7748e8372544d329 |