StreamDeck-Client

Use any device which can run python as a streamdeck like a Raspberry Pi


License
MIT
Install
pip install StreamDeck-Client==0.0.3a0

Documentation

ICON_with_TEXT

Use any device which can run python as a streamdeck like a Raspberry Pi

An nice alternative for the Elgato StreamDeck if you want to save some money

Installation

  1. Download StreamDeck-Server-Setup.exe
  2. Take your StreamDeck device and download Python 3.9
  3. Download StreamDeck.zip
  4. Extract StreamDeck.zip
  5. Open Terminal and type python -m pip install dearpygui, requests
  6. Type python StreamDeck-Client.py

Clone Repository

git clone https://github.com/philliphqs/StreamDeck.git

Release History

  • 0.0.1-alpha
    • Prototype

Coming features

  • 0.0.2-alpha
    • StreamDeck-Server
      • System Tray
      • Setup file
  • 0.0.5-alpha
    • Support for phone/tablets
  • 0.1.0-alpha
    • Customization of Buttons

Meta

philliphqs – @phillip_hqs – philliphqs@protonmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/philliphqs/

Contributing

  1. Fork it (https://github.com/philliphqs/StreamDeck/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request