• Stars
    star
    717
  • Rank 62,722 (Top 2 %)
  • Language
    Python
  • License
    Other
  • Created over 6 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python library to control the Elgato Stream Deck.

Python Elgato Stream Deck Library

Example Deck

This is an open source Python 3 library to control an Elgato Stream Deck directly, without the official software. This can allow you to create your own custom front-ends, such as a custom control front-end for home automation software.


PyPi Project Entry - Online Documentation - Source Code

Project Status:

Working - you can enumerate devices, set the brightness of the panel(s), set the images shown on each button, and read the current button states.

Currently the following StreamDeck products are supported in multiple hardware variants:

  • StreamDeck Original
  • StreamDeck Mini
  • StreamDeck XL
  • StreamDeck Pedal

Package Installation:

Install the library via pip:

pip install streamdeck

Alternatively, manually clone the project repository:

git clone https://github.com/abcminiuser/python-elgato-streamdeck.git

For detailed installation instructions, refer to the prebuilt online documentation, or build the documentation yourself locally by running make html from the docs directory.

Credits:

I've used the reverse engineering notes from this GitHub repository to implement this library. Thanks Alex Van Camp!

Thank you to the following contributors, large and small, for helping with the development and maintenance of this library:

If you've contributed in some manner, but I've accidentally missed you in the list above, please let me know.

License:

Released under the MIT license.

More Repositories

1

lufa

LUFA - the Lightweight USB Framework for AVRs.
C
977
star
2

avr-tutorials

LaTeX typeset versions of my popular AVR Tutorials.
TeX
118
star
3

micromenu-v2

Tiny text-orientated menu library in C for embedded use.
Makefile
67
star
4

dmbs

Dean's Makefile Build System - making MAKE easier.
Makefile
50
star
5

python-homeassistant-streamdeck

Python client to control a HomeAssistant instance using an Elgato Stream Deck controller.
Python
47
star
6

explorerbot

Final Year Thesis Project - Embedded Bluetooth Stack for AVRs
C
14
star
7

gdp

Generic Device Programmer - Python Atmel AVR programmer front-end similar to AVRDude (incomplete).
Python
10
star
8

cpptimerpool

Simple C++14 thread-safe timer pool.
C++
10
star
9

sam-ba-loader

Python programming client for Atmel SAM devices running the Atmel SAM-BA bootloader.
Python
9
star
10

mpc-hc-webui-proxy

Simple proxy to restrict the MPC-HC web UI to protect sensitive actions/information.
Python
6
star
11

esp8266-mqtt-sensor-node

ESP8266 based MQTT sensor node, to sample I2C sensors and send them to a MQTT host.
Python
5
star
12

buttload

Buttload, the BUTTerfly program LOADer for the Atmel Butterfly board. AVRISP-MKI Clone Programmer.
C
4
star
13

sublimetext-gnu-map

SublimeText 3 syntax definition for GCC MAP files.
3
star
14

sublimetext-gnu-gas

SublimeText 3 syntax definition for GCC mixed C/ASM listing files.
3
star
15

Melee

Simple SFML based space melee game.
C++
3
star
16

docker-sensortag-cc2650-mqtt

Bluetooth BLE to MQTT bridge for the TI SensorTag CC2650.
Python
3
star
17

marginoferror

Atmel Studio extension to show errors/warnings/info entries as icons in the code editor margin.
C#
2
star
18

lufa-studio-integration

C# integration binary used for the LUFA library Atmel Studio extension, for the start page/help/etc.
C#
2
star
19

lssclassifier

GCC Listing (LSS) syntax highlighter for Atmel Studio.
C#
2
star
20

buildtaskbaroverlay

Build Taskbar Overlay Atmel Studio 6 extension
C#
2
star
21

atmel-vsix-compatibility-forcer

Force-updates a Visual Studio 2010 VSIX extension to mark it as compatible with a given Atmel Studio version.
Python
2
star
22

datasizeviewer

Data Size Viewer extension for Atmel Studio 7
C#
2
star
23

hidraw-poke

Linux HIDRAW test application
C
1
star
24

hexclassifier

Intel HEX syntax highlighter for Atmel Studio.
C#
1
star
25

stackchecker

Atmel Studio extension to visually monitor maximum application stack usage.
C#
1
star
26

docker-ci-python

Docker latest Python image with various test essentials, for CI builds.
Dockerfile
1
star
27

vizmap

Atmel Studio extension to visualise the locations of symbols in the target.
C#
1
star
28

atmelappweek

Simple Android widget for Atmel Norway Application Engineers to track the current week.
Java
1
star
29

simple-server-status

My own quick and dirty web status for my OpenVPN server.
Python
1
star