https://github.com/thevickypedia/pybrightness
Python module to modify screen brightness on Linux, Windows and macOS
https://github.com/thevickypedia/pybrightness
Last synced: 2 months ago
JSON representation
Python module to modify screen brightness on Linux, Windows and macOS
- Host: GitHub
- URL: https://github.com/thevickypedia/pybrightness
- Owner: thevickypedia
- License: mit
- Created: 2023-02-11T21:15:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T03:55:53.000Z (over 1 year ago)
- Last Synced: 2025-02-19T12:12:26.957Z (4 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/thevickypedia/pybrightness/actions/workflows/python-publish.yml)# PyBrightness
Python module to modify display brightness on Linux, Windows and macOS### Installation
```shell
python -m pip install pybrightness
```### Usage
```python
import pybrightnesspybrightness.increase() # Increase to 100%
pybrightness.decrease() # Decrease to 0%
pybrightness.custom(percent=72) # Set to a custom level
```## [Release Notes](https://github.com/thevickypedia/pybrightness/blob/main/release_notes.rst)
**Requirement**
```shell
python -m pip install gitverse
```**Usage**
```shell
gitverse-release reverse -f release_notes.rst -t 'Release Notes'
```## Pypi Package
[](https://packaging.python.org/tutorials/packaging-projects/)[https://pypi.org/project/pybrightness/](https://pypi.org/project/pybrightness/)
## License & copyright
© Vignesh Rao
Licensed under the [MIT License](https://github.com/thevickypedia/pybrightness/blob/main/LICENSE)