Skip to content

A Python interface to the Windows Monitor Configuration API

License

Notifications You must be signed in to change notification settings

cmihai/winmoncon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winmoncon

A Python interface to the Windows Monitor Configuration API.

Controls the display parameters like brightness, contrast, and color temperature, through DCC/CI, using the Windows Monitor Configuration functions.

The original documentation can be found on MSDN.

Example

from winmoncon import PhysicalMonitors

monitors = PhysicalMonitors.all
for m in monitors:
    print m.description, m.brightness, m.contrast, m.color_temperature

See also the examples directory. brux.py contains a bare-bones program that adjusts the brightness of the monitor based on the time of the day and the configured brightness graph:

image

About

A Python interface to the Windows Monitor Configuration API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages