Skip to content

Instantly share code, notes, and snippets.

@superkojiman
superkojiman / bright.py
Created November 27, 2022 19:27
Match the brightness level on all connected displays.
"""
Match the brightness level on all connected displays.
Usage: bright.py 50
Requires https://pypi.org/project/screen-brightness-control/
"""
import sys
import screen_brightness_control as sbc