Python module to send remote control commands to a Sky TV box
Project description
sky-remote
Python module to send remote control commands to a Sky TV box
Usage
Installation
pip install sky-remote
Simple example
from sky_remote import SkyRemote
remoteControl = sky_remote.SkyRemote('192.168.0.40')
# Just send a command
remoteControl.press('power')
# Now send sequences of commands
remoteControl.press(['channelup', 'record', 'select'])
Sky Q (if firmware < 060)
remoteControl = SkyRemote('192.168.0.40', SkyRemote.SKY_Q_LEGACY)
Remote control commands
sky
power
tvguide
or home
boxoffice
services
or search
interactive
or sidebar
up
down
left
right
select
channelup
channeldown
i
backup
or dismiss
text
help
play
pause
rewind
fastforward
stop
record
red
green
yellow
blue
0
1
2
3
4
5
6
7
8
9
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sky-remote-1.0.tar.gz
(1.6 kB
view details)
Built Distribution
File details
Details for the file sky-remote-1.0.tar.gz
.
File metadata
- Download URL: sky-remote-1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0a321bf35258aae611d05a5dd0ff788e656283946d39d4de4c9b80dea883623a
|
|
MD5 |
a4c900bd5f98fe2073628f8c66604909
|
|
BLAKE2b-256 |
efe926c33cacc6a2e924c8c5f59c85373ca69228ee35e7766b33955e30cb79c3
|
File details
Details for the file sky_remote-1.0-py3-none-any.whl
.
File metadata
- Download URL: sky_remote-1.0-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c89a3d9270ca644fcb8b74ae05041e209c2ce440cc45a1ac4dddd3f79f31af17
|
|
MD5 |
d6356dac5a52ef931542223f1f97765f
|
|
BLAKE2b-256 |
04fba0a613f4ce983983c551a0c390af5bd6088953d25cdd421e046d1ba6c357
|