A minimal, open source, Roku client for PC made with Python.
Features include:
- Arrow key keyboard controls
- Numerous channel shortcuts
Executable packages available on the Releases page.
git clone https://github.com/mcgregol/ropy
cd ropy
pip3 install -r requirements.txt
python3 client.py
Executable package available on the Releases page.
Make sure that python3-tkinter
is installed on your system.
git clone https://github.com/mcgregol/ropy
cd ropy
sudo pip3 install -r requirements.txt
sudo python3 client.py