pypjlink2-rechner

PJLink is a standard for controlling data projectors.


License
Apache-2.0
Install
pip install pypjlink2-rechner==1.2.2

Documentation

pypjlink2

Implementation of the PJLink Class 1 protocol to control projectors.

Fork of pypjlink which is no longer maintained.

Usage

from pypjlink import Projector

with Projector.from_address('projector_host') as projector:
    projector.authenticate()
    projector.set_power('on')