A Python API for Optoma Projectors with web Admin
Project description
poptoma
A Python API for interacting with Optoma projectors through web interface
Sample Usage
from poptoma import Projector
projector = Projector('192.168.1.420', 'admin', 'admin')
projector.power_status() # false
projector.turn_on()
projector.power_status() # true
projector.turn_off()
projector.power_status() # false
The default password is admin. PLEASE change this
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
poptoma-0.0.1.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
poptoma-0.0.1-py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file poptoma-0.0.1.tar.gz.
File metadata
- Download URL: poptoma-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fb4034773feec5f8a5e5241cdc769ba9af91ec9bb9b9ed587fd00a43bf3ac30
|
|
| MD5 |
e6b31581a6680d7283ec56058a5911dd
|
|
| BLAKE2b-256 |
878c45781d54de724a4659ef07e69e1eb53b4ef163594ee57f540d09d23523f5
|
File details
Details for the file poptoma-0.0.1-py3-none-any.whl.
File metadata
- Download URL: poptoma-0.0.1-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16817a4e782480cdc0c0df7cdba840158506ce2ce0006868f766ad4e6bd25d82
|
|
| MD5 |
be9369cd8c239f93db8e1a93a710fd6f
|
|
| BLAKE2b-256 |
dbbc1034d4ca3f273350c46cc2721ad6134910b7ae274ea9c50322842fba436a
|