roku remote app in python3 I used GTK+ 3 with Glade to throw together a GUI I'm running this on my Linux Mint laptop and testing it on my TCL Roku TV.
Thanks to https://github.com/jcarbaugh/python-roku and https://github.com/alexdemeo/RokuApp I looked at both their projects before throwing mine together. I should also thank the dog for eating the remote today. Without his motivation I probably never would have bothered.
The Roku documentation can be found here: https://developer.roku.com/docs/developer-program/debugging/external-control-api.md#!
I don't have a deployment solution for this. I'm just placing the files in a directory and using a launcher from the desktop or using the python3 main.py command from the terminal in the directory.