Skip to content

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

License

Notifications You must be signed in to change notification settings

thevickypedia/pybrightness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages