Cross-platform compatible UI for devices like the Elgato Stream Decks. With HomeAssistant integration and configured using a YAML file.
- base requirements: numpy, Pillow, libusb-hidapi, requirements.txt
- for the GTK frontend: PyGObject 3, Gtk 3, GdkPixbuf 2, GLib
The icons used by the application and included in src/main/resources/icons
are from the
Material Design Icons, see
their license for details.
- streamdeck-ui by timothycrosley — if you want to use a graphical interface to configure your deck
- python-elgato-streamdeck by abcminiuser — if you want to code your own custom UI in Python, streamdeck-yaml also uses this library