Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.39 KB

README.rst

File metadata and controls

42 lines (30 loc) · 1.39 KB

monitorcontrol

PyPi Version Build Status Documentation Status Coverage Status Black

Python monitor control using the VESA Monitor Control Command Set (MCCS) over the Display Data Channel Command Interface Standard (DDC-CI).

Supported Platforms

  • Linux (tested with NixOS)
  • Windows (tested with Windows 10)

Windows Install

py -3 -m pip install monitorcontrol

Linux Install

python3 -m pip install monitorcontrol

Documentation

Full documentation including examples are avaliable in the docs.