Metadata-Version: 2.1
Name: pyadalight
Version: 1.0.0b1
Summary: Simple adalight (ambient light) software written in python.
Home-page: https://github.com/pyAdaLight/pyadalight
Author: RuslanUC
License: MIT
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial (~=3.5)
Requires-Dist: mss (~=9.0.1)
Requires-Dist: numpy (~=1.25.0)
Requires-Dist: opencv-python (~=4.7.0.72)
Requires-Dist: click (~=8.1.3)

# pyAdalight

### Installation
```shell
$ pip install pyadalight
```

### Usage
```shell
$ pyadalight --help
Usage: pyadalight [OPTIONS]

Options:
  -hl, --h-led-count INTEGER  Horizontal LED count.
  -vl, --v-led-count INTEGER  Vertical LED count.
  -p, --port TEXT             Serial port.
  -m, --monitor INTEGER       Monitor index.
  --list-monitors             Shows monitors list and exits.
  --list-ports                Shows ports list and exits.
  --help                      Show this message and exit.

```

### License
The source is released under MIT-License (see https://opensource.org/licenses/MIT).
