Skip to main content

Python package to control a Sky+ HD box

Project description

PySkyPlusHD

Python package to control a Sky+ HD box

Install

pip install PySkyPlusHD

Example

import PySkyPlusHD

sky = PySkyPlusHD.SkyBox("192.168.0.2")

# Pauses the Sky box
sky.sendButton("pause")

 # Returns True if on, False if off
state = sky.getState()

storage = sky.getStorage()
# Returns storage used in GB
usedGB = storage.usedGB
# Returns percentage of storage used
usedPercent = storage.usedPercent

Buttons

Buttons supported by sendButton

power
select
backup
dismiss
channelup
channeldown
interactive
sidebar
help
services
search
tvguide
home
i
text
up
down
left
right
red
green
yellow
blue
0
1
2
3
4
5
6
7
8
9
play
pause
stop
record
fastforward
rewind
boxoffice
sky

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PySkyPlusHD-0.2.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

PySkyPlusHD-0.2.0-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page