Skip to main content

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


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)

Uploaded Source

Built Distribution

streamdeckd-0.1.0-py3-none-any.whl (40.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page