Skip to main content

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.6.tar.gz (7.2 kB view details)

Uploaded Source

File details

Details for the file PP6RemoteAPI-0.1.6.tar.gz.

File metadata

  • Download URL: PP6RemoteAPI-0.1.6.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

Hashes for PP6RemoteAPI-0.1.6.tar.gz
Algorithm Hash digest
SHA256 221f39c691688f07721ba59936cffa971000af86bc3cb9e5d139538010eca62e
MD5 d203a4f6d4477de62953ef4a9254b698
BLAKE2b-256 ff4ad55d40fec57da1d1287b39fdf816ca59d81f91745ba2ed9ef35d8eb617e2

See more details on using hashes here.

Supported by

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