Skip to main content

Streamy Deck

Project description

Streamy Deck

Build apps easily on the Stream Deck.

Available on PyPI

pip install streamydeck

Get Started

Let's build a simple app to display an exit button. If we click on it, the program will close.

from streamydeck import init_stream_deck, Element, View, start, terminate

deck = init_stream_deck()
my_view = View('main', deck)
my_view[0, 0] = Element('exit', label='Exit').on_action(terminate, deck)
my_view.render()
start(deck)

You will see this on your Stream Deck:

Other examples

It's easy to build more complicated apps like a calculator: assets/calc.mp4.

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

streamydeck-1.1.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

streamydeck-1.1.0-py3-none-any.whl (4.3 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