Screen-brightness-control

Latest version: v0.24.2

Safety actively analyzes 723683 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 10

0.9.0

Added/Changed

* Lower level functions (EG: `windows.VCP.get_brightness`) now only support specifying the display as an `int`
* Low level `set_brightness` functions (EG: `windows.VCP.set_brightness`) no longer return anything
* Improved error traceback formatting. When using `verbose_error` the entire exception traceback is now included
* Added `start` kwarg to `windows.VCP.iter_physical_monitors`
* Sped up `windows.get_display_info` by reducing the number of calls to `wmi` APIs
* Moved `linux._EDID` to top level `EDID` class
* Changed order in which functions/classes are defined. Most relevant ones are at top of the file
* Added basic testing
* `linux.XRandr.get_display_info` no longer includes brightness in returned info by default

Deprecated
* `set_brightness` returning the new brightness. In the future it will return `None` by default.
* `windows.set_brightness`
* `windows.get_brightness`
* `windows.list_monitors`
* `windows.WMI.get_display_names`
* `windows.VCP.get_display_names`
* `linux.set_brightness`
* `linux.get_brightness`
* `linux.list_monitors`
* `linux.Light.get_display_names`
* `linux.XRandr.get_display_names`
* `linux.DDCUtil.get_display_names`

0.8.6

* Merge PR 9 from [Mathias Johansson](https://github.com/Mathias9807)

0.8.5

* Changed the information in the README regarding xbacklight

0.8.4

* Fix markdown table in readme not rendering correctly

0.8.3

* Changed some method decorators from `staticmethod` to `classmethod`

0.8.2

* Fixed errors when calling `fade_brightness` with the current brightness values
* Fixed `Monitor.set_brightness` allowing values <0 and >100 to be set using Linux and XRandr

Page 7 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.