Skip to content

newAM/monitorcontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monitorcontrol

PyPi Version Build Status Documentation Status Coverage Status Ruff

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.