Multi Brightness Control is an utility for changing brightnesses for all monitors at same time. Only works on Windows. It reads primary display (aka. internal display in laptops) brightness value and applies to all other displays. For example, if you connect an external monitor to your laptop and change screen brightness via action center or keyboard, other external monitor's brightness will also change.
There is two versions:
- Full: Creates an system tray icon to track current value and connected display count. Also supports command line arguments.
- Clear: Just core feature. Only checks brightness and applies to all monitors.
- Clone the repository:
git clone https://github.com/Segilmez06/Multi-Brightness-Control
- Enter the directory:
cd Multi-Brightness-Control
- Install the dependencies:
pip install -r requirements.txt
- Run the script:
python main.py
orpython clear.py
Also you can create link to script in startup folder to run it on login.
You can help me by reporting bugs, suggesting features or creating pull requests.