https://github.com/newam/monitorcontrol
Python monitor controls using DDC-CI.
https://github.com/newam/monitorcontrol
ddc-ci mccs monitor python vesa
Last synced: about 1 year ago
JSON representation
Python monitor controls using DDC-CI.
- Host: GitHub
- URL: https://github.com/newam/monitorcontrol
- Owner: newAM
- License: mit
- Created: 2019-02-19T05:31:14.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T04:25:39.000Z (over 1 year ago)
- Last Synced: 2025-03-31T23:34:07.540Z (about 1 year ago)
- Topics: ddc-ci, mccs, monitor, python, vesa
- Language: Python
- Homepage: https://newam.github.io/monitorcontrol/
- Size: 675 KB
- Stars: 198
- Watchers: 7
- Forks: 33
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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
***************
.. code-block:: bash
py -3 -m pip install monitorcontrol
Linux Install
*************
.. code-block:: bash
python3 -m pip install monitorcontrol
Documentation
*************
Full documentation including examples are avaliable in the `docs `__.
.. |PyPi Version| image:: https://badge.fury.io/py/monitorcontrol.svg
:target: https://badge.fury.io/py/monitorcontrol
.. |Build Status| image:: https://github.com/newAM/monitorcontrol/actions/workflows/ci.yml/badge.svg
:target: https://github.com/newAM/monitorcontrol/actions/workflows/ci.yml
.. |Coverage Status| image:: https://coveralls.io/repos/github/newAM/monitorcontrol/badge.svg?branch=master
:target: https://coveralls.io/github/newAM/monitorcontrol?branch=master
.. |Documentation Status| image:: https://img.shields.io/badge/docs-latest-blue
:target: https://newam.github.io/monitorcontrol
.. |Ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
:target: https://github.com/astral-sh/ruff
:alt: Ruff