screen_brightness_control icon indicating copy to clipboard operation
screen_brightness_control copied to clipboard

A Python tool for controlling the brightness of your monitor

Results 4 screen_brightness_control issues
Sort by recently updated
recently updated
newest added

Hi, I'm working with monitor and TV, monitor mostly supports `ddc` procotl but TV doesn´t. When `list_monitors_info()` function is used with `ddcutil`, it should return both valid and invalid monitor/TV...

When do you plan to add support for Macs?

question

```python3 >>> import screen_brightness_control as sbc >>> sbc.set_brightness(40) >>> sbc.get_brightness() [40] ``` As previously demonstrated, the code operates without error, yet the brightness of my screen is not modified despite...

I am trying to use screen_brightness_control project for my Asus Zenbook Pro Duo, but it appears that my second monitor is not currently supported. Is it possible to add support...