A client for the ProPresenter Remote Websocket API
Project description
A client for the ProPresenter6 Remote Websocket API.
Getting started
Install with pip:
$ pip install PP6RemoteAPI
Then:
from PP6RemoteAPI import PP6RemoteAPIClient as PP6
client = PP6(host='192.168.0.100', port=54321, password='password')
# Get first presentation in the library
presentation = client.library.presentations[0]
# Go to the first slide
presentation.to_slide(0)
# Get first clocks
clock = client.clocks[0]
# Set time to 5 minutes
clock.set_time('00:05:00')
# Start timer
clock.start()
Find more information in the repo
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
PP6RemoteAPI-0.1.7.tar.gz
(7.2 kB
view details)
File details
Details for the file PP6RemoteAPI-0.1.7.tar.gz.
File metadata
- Download URL: PP6RemoteAPI-0.1.7.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.19.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1615ae5ad4e9b74a4856840139597868aceacafca8e08b3abeb5fb5c7a006d0
|
|
| MD5 |
f13f0ee3e96197e79ac682c50f387679
|
|
| BLAKE2b-256 |
d050e19507427ae045675a6ca7b09d4c5736094c170ec366ca3724f46de59ac9
|