A simple Python desktop application build with PySide6 to change screen bightness.
- Change brightness with different approaches:
- Hardware Display Brightness (recommended)
- Color Brightness (recommend, may reset on restart)
- Application Overlay Brightness (not recommend)
- Lightweight and easy to use, minimize to system tray
- Currently only tested on my Windows laptop with single display
Download the lastest release from Releases
- Extract the
.ziparchive. - Run
app.exeinside the folder or main.exe when using packed version.
Packed with PyInstaller. I use Python 3.12+.
This project is closed to outside contributions.