.gitignore
CONTRIBUTING.md
LICENSE
Makefile
README.md
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/release.yaml
.github/workflows/tests.yaml
docs/README.md
docs/build_full_documentation.py
docs/make.py
docs/dummy_imports/README.md
docs/dummy_imports/__init__.py
docs/source/__init__.py
docs/source/extras/Examples.py
docs/source/extras/FAQ.py
docs/source/extras/Installing On Linux.py
docs/source/extras/Quick Start Guide.py
docs/templates/module.html.jinja2
docs/templates/version_navigator.css
docs/templates/version_navigator.js
docs/templates/version_navigator_loader.js.jinja2
screen_brightness_control/__init__.py
screen_brightness_control/__main__.py
screen_brightness_control/_debug.py
screen_brightness_control/_version.py
screen_brightness_control/exceptions.py
screen_brightness_control/helpers.py
screen_brightness_control/linux.py
screen_brightness_control/types.py
screen_brightness_control/windows.py
screen_brightness_control.egg-info/PKG-INFO
screen_brightness_control.egg-info/SOURCES.txt
screen_brightness_control.egg-info/dependency_links.txt
screen_brightness_control.egg-info/requires.txt
screen_brightness_control.egg-info/top_level.txt
tests/README.md
tests/helpers.py
tests/test_helpers.py
tests/test_init.py
tests/test_linux.py
tests/test_windows.py
tests/testall.py