Brightify is an OS-independent application that adjusts monitor brightness using the DDC/CI protocol and custom protocols for USB monitors, featuring a brightness sensor for automatic adjustments based on ambient light, and can be controlled via a taskbar icon.
Project description
Brightify
This app allows you to set the brightness of your monitor(s). It is essentially a wrapper around the DDC/CI protocol, which is supported by most monitors. It also supports adding custom communication protocols to control the brightness of USB monitors. For this, you most likely need to reverse engineer the communication protocol of the monitor. In my experience, this provides a more stable experience than using the DDC/CI protocol. You can find an example implementation for the Gigabyte M27Q in here. The app is designed to be run in the background and can be controlled via a taskbar icon. It also supports a brightness sensor that can automatically adjust the brightness based on the ambient light.
Getting started
- Install brightify by running
pip install Brightify
. This package is regularly uploaded to PyPi. If you want to install the latest version, you can clone this repository from GitHub and install it withpip install -e .
in the root directory. - To start the app:
python -m brightify run
. You can exit either by right-clicking the icon in the taskbar and selecting "Exit" or by pressingCtrl+C
in the terminal. - To start the app at startup (or logon) and add a menu icon, run
python -m add all
. To remove the both, runpython -m remove all
.
Optional arguments
There are several other arguments you can pass to the app, see python -m brightify --help
for more information.
- To target add/remove only the startup run
python -m brightify add/remove startup
.- To add a task to the task scheduler on Windows, pass
--use-scheduler
. It will request elevated permissions. - By default, the terminal will be hidden, but you can change this by passing the
--force-console
argument.
- To add a task to the task scheduler on Windows, pass
- To add/remove only the menu icon run
python -m brightify add/remove menu-icon
.- You can again force the console to be shown by passing the
--force-console
argument.
- You can again force the console to be shown by passing the
Set up the brightness sensor
- Modify the SensorComm class to match your device and firmware
- Modify the code that is polling from the brightness sensor Device Firmware
- Modify platformio.ini and enter your board ( see supported boards)
- Run
pio run -t upload
in the terminal to upload the firmware to the board. If everything is working, the Auto Checkbox for each supported Monitor should now be clickable
Remarks
- Currently, only the Windows task bar icon is supported, the main part of this app is OS independent.
- Feel free to create a pull request and add your own USB Monitor
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file brightify-0.1.3.tar.gz
.
File metadata
- Download URL: brightify-0.1.3.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78ef14846957bc627c9c04ec558899213cc39730deaec30bff73a2f36c728df0 |
|
MD5 | 70ccfbb26f399ae3155684282443afbc |
|
BLAKE2b-256 | 5d19f38a7c68e8bbba8f8e1ab806980d21358215002a65ba1c005d1b9305b295 |
File details
Details for the file Brightify-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: Brightify-0.1.3-py3-none-any.whl
- Upload date:
- Size: 31.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdac4bdaa4c6a12e4bdefdea8962d47cc4b23a0a7df4bb0356665189e892e3a3 |
|
MD5 | 35210d07dd1ef69d9bca47e5b7486873 |
|
BLAKE2b-256 | a55e6d0005ce62c2ebecf0849c534bc4e455fa6c873c6c5c7db22eb423fd4b5e |