A simple Python GUI application to control your screen brightness.
- Displays the current brightness level.
- Set a new brightness level (0-100).
- Increase/decrease brightness using the up/down arrow keys.
- Clean and simple user interface built with CustomTkinter.
- Prerequisites: Make sure you have Python installed.
- Installation: Install the required libraries:
pip install customtkinter screen-brightness-control
- Run: Execute the
brightness_controller.pyscript:python brightness_controller.py
The application window allows you to see the current brightness and enter a new value. You can press Enter or click the "Set Brightness" button to apply the change. You can also use the up and down arrow keys in the input box to adjust the brightness in steps of 5.