Describe the bug
The basic example doesn't work.
To Reproduce
- I'm adding a "Run script" button to my stream deck.
- I specify the path to the file example.py.
import random def random_bool(): return random.choice([True, False]) if __name__ == "__main__": print(random_bool())
- I set return value 1.
- I assign an image for return value 1.
- I set return value 2.
- I assign an image for return value 2.
- I try to run it.
- Issue ❌
StreamDeck Information
Model: 20GBA9901 Firmware version: 1.02.000
System Information
Windows 10
Python 3.12
PythonScriptDeck version 0.5.0.2
Values:

Describe the bug
The basic example doesn't work.
To Reproduce
import random def random_bool(): return random.choice([True, False]) if __name__ == "__main__": print(random_bool())StreamDeck Information
Model: 20GBA9901 Firmware version: 1.02.000
System Information
Windows 10
Python 3.12
PythonScriptDeck version 0.5.0.2
Values: