deckmaster VS python-elgato-streamdeck

Compare deckmaster vs python-elgato-streamdeck and see what are their differences.

deckmaster

An application to control your Elgato Stream Deck on Linux (by muesli)

python-elgato-streamdeck

Python library to control the Elgato Stream Deck. (by abcminiuser)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
deckmaster python-elgato-streamdeck
3 6
236 819
- -
3.6 7.7
3 months ago 15 days ago
Go Python
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

deckmaster

Posts with mentions or reviews of deckmaster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-26.
  • Need some tips and general help writing an ebuild
    2 projects | /r/Gentoo | 26 May 2022
    EAPI=8 DESCRIPTION="Deckmaster by Muesli for controlling Elgato StreamDeck" HOMEPAGE="https://github.com/muesli/deckmaster/" SRC_URI="https://github.com/muesli/deckmaster/archive/refs/tags/v0.8.0.tar.gz" S="${WORKDIR}/${P}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND=">=dev-lang/go-1.16" src_compile() { cd ${S} local extraflags extraflags="-X main.Version=0.8.0" export CGO_CPPFLAGS="${CPPFLAGS}" export CGO_CFLAGS="${CFLAGS}" export CGO_CXXFLAGS="${CXXFLAGS}" export CGO_LDFLAGS="${LDFLAGS}" go build \ -trimpath \ -buildmode=pie \ -mod=readonly \ -modcacherw \ -ldflags "${extraflags} -extldflags \"${LDFLAGS}\"" \ -o "deckmaster" . } src_install() { cd ${S} install -Dm755 "deckmaster" "${D}/usr/bin/deckmaster" install -Dm644 "LICENSE" "${D}/usr/share/licenses/deckmaster/LICENSE" install -Dm644 "README.md" "${D}/usr/share/doc/deckmaster-0.8.0/README.md" }
    2 projects | /r/Gentoo | 26 May 2022
    SRC_URI="https://github.com/muesli/deckmaster/archive/refs/tags/v0.8.0.tar.gz -> ${P}.tar.gz"
  • Working with an Elgato Streamdeck
    2 projects | /r/linuxquestions | 11 Aug 2021
    This may be considered off-topic, but I don't know of a better place to post this. I recently got a Streamdeck and have been trying out the few different options for controlling it. I've been pretty satisfied with muesli/deckmaster but, just as with the rest, I feel there are some features missing. I saw in the readme of abcminiuser/python-elgato-streamdeck they mention a repo with reverse engineering notes, but that is now a dead link. So I'd like to ask if anyone knows if those notes have been rehosted somewhere else or if there's any other documentation for the Streamdeck.

python-elgato-streamdeck

Posts with mentions or reviews of python-elgato-streamdeck. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-19.

What are some alternatives?

When comparing deckmaster and python-elgato-streamdeck you can also consider the following projects:

streamdeck-philipshue - Stream Deck SDK: Philips Hue sample plugin

companion - Bitfocus Companion enables the reasonably priced Elgato Streamdeck and other controllers to be a professional shotbox surface for an increasing amount of different presentation switchers, video playback software and broadcast equipment.

streamdeck - Golang API for the Corsair / Elgato StreamDeck

fx - A dependency injection based application framework for Go.

streamdeck-timerfix - Stream Deck SDK: Demonstrate how to have a reliable Javascript timer in a Stream Deck plugin

speedtest-cli - Command line interface for testing internet bandwidth using speedtest.net

streamdeck-plugintemplate - Stream Deck SDK: Plugin Template

rich - Rich is a Python library for rich text and beautiful formatting in the terminal.

streamdeck-applemail - Stream Deck SDK: AppleMail sample plugin

companion-module-vicreo-hotkey

keylight-control - elgato keylight controller GUI for linux mac and windows

streamdeck-sdk - Golang library to ease writing Stream deck plugins with Go