Skip to content

stuxcrystal/streamdeckd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages