Metadata-Version: 2.1
Name: brightness-controller-linux
Version: 2.4
Summary: Using Brightness Controller, you can control brightness of both primary and external displays in Linux. Check it out!
Home-page: https://github.com/LordAmit/Brightness
Keywords: brightness,brightness controller,linux,xrandr,brightness controller linux
Author: Amit
Author-email: lordamit@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: PyQt5 (>=5.15,<6.0)
Requires-Dist: QtPy (>=2.2.0,<3.0.0)
Project-URL: Repository, https://github.com/LordAmit/Brightness
Description-Content-Type: text/markdown

# Brightness Controller for Linux

## Dev Docs

### Installing Dependencies
You will need [poetry](https://python-poetry.org/docs/#installation). After navigating to this directory, run the following:

```
poetry install
```

It will install dependencies as defined in `pyproject.toml`.


### Building

```
poetry build
```

### Running Brightness Controller

```
poetry run python src/brightness_controller_linux/init.py
```

### Testing

```
poetry run pytest
```
