Hello!
I am using this SDK with a lot of success - it works really well. However, the method for sharing seems a bit finicky (requiring the user to have Python installed, creating a venv, running pip, etc.), so I replaced that part with a binary created by PyInstaller. The disadvantages are that the size is quite a bit bigger and that it is not cross-platform (although with GitHub Actions that last one can probably be solved). The result of that can be found here: https://github.com/Koenvh1/ScreenDeck
Would you be interested in getting that somehow included in the build tooling? I should be able to make a PR if you are.
Hello!
I am using this SDK with a lot of success - it works really well. However, the method for sharing seems a bit finicky (requiring the user to have Python installed, creating a venv, running pip, etc.), so I replaced that part with a binary created by PyInstaller. The disadvantages are that the size is quite a bit bigger and that it is not cross-platform (although with GitHub Actions that last one can probably be solved). The result of that can be found here: https://github.com/Koenvh1/ScreenDeck
Would you be interested in getting that somehow included in the build tooling? I should be able to make a PR if you are.