The effortless solution for managing screen brightness in Python.
Project description
The effortless solution for managing screen brightness in Python.
Linux support coming soon.
Installing
pip install brightness
to test:
python -m brightness
set()
def set(value: int | float) -> None
Sets the screen brightness to the entered value.
get()
def get() -> (int | None)
Returns the screen brightness.
increase()
def increase(value: int) -> None
Increases the screen brightness by the entered value.
decrease()
def decrease(value: int) -> None
Decreases the screen brightness by the entered value.
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
brightness-0.0.1.tar.gz
(2.7 kB
view hashes)