Python module to modify screen brightness on Linux, Windows and macOS


Keywords
pybrightness, display-settings, brightness-control
License
Other
Install
pip install pybrightness==0.5.1

Documentation

Generic badge pypi-publish

PyBrightness

Python module to modify display brightness on Linux, Windows and macOS

Installation

python -m pip install pybrightness

Usage

import pybrightness

pybrightness.increase()  # Increase to 100%
pybrightness.decrease()  # Decrease to 0%
pybrightness.custom(percent=72)  # Set to a custom level

Release Notes

Requirement

python -m pip install gitverse

Usage

gitverse-release reverse -f release_notes.rst -t 'Release Notes'

Pypi Package

pypi-module

https://pypi.org/project/pybrightness/

License & copyright

© Vignesh Rao

Licensed under the MIT License