Library to manage elgato stream deck in a easy way with several use cases implemented.
This library have been tested with:
- Stream deck model used have 3x5 buttons with 72x72 pixels of resolution each one.
To install library dependencies take a loog into docs/installation.md
:
- Fedora: Working.
- Ubuntu: Working.
- WSL2: Not USB support yet.
Follow installation instruction and instead install streamdeck_manager:
make env-create # Only first time
source .tox/streamdeck_manager/bin/activate # All bash session
In a development bash, use --help
to customize parameters. If you install the library
a default folder with assets is installed. You may give another asset path to make them work
with your custom assets.
If you install the library use the entrypoint running the command in your bash. In development you can run them directly the script given. Both support same options.
Read the HW info and print in stdout.
python streamdeck_manager/samples/device_info.py
Entrypoint: sdm-info
Basic panel with buttons and callbacks.
python streamdeck_manager/samples/basic_usage.py
Entrypoint: sdm-basic
Another panel with different type of buttons.
python streamdeck_manager/samples/buttons_types.py
Entrypoint: sdm-more-buttons
Set up a background image.
python streamdeck_manager/samples/tiled_image.py
Entrypoint: sdm-background
Run a Finite state machine with all buttons to navigate in several pages, the FSM run iterations times (reset with back button).
python streamdeck_manager/samples/menu.py --iterations 2
Entrypoint: sdm-menu
Run a Finite state machine with all buttons to navigate in a folder path. It shows folders and files with icon if provided in the asset path.
python streamdeck_manager/samples/navigator.py --root-path $HOME
Entrypoint: sdm-navigator
- vgonisanz
- streamdeck library base from
https://github.com/abcminiuser/python-elgato-streamdeck