Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 779 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 779 Bytes

roku

A minimal, open source, Roku client for PC made with Python.

Features include:

  • Arrow key keyboard controls
  • Numerous channel shortcuts

Windows

Executable packages available on the Releases page.

  • git clone https://github.com/mcgregol/ropy
  • cd ropy
  • pip3 install -r requirements.txt
  • python3 client.py

Linux

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

Screenshot

screenshot