Metadata-Version: 2.4
Name: slmcontrol
Version: 0.3.1
Summary: Add your description here
Author-email: Marcos Gil <marcosgildeoliveira@gmail.com>
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: matplotlib>=3.10.7
Requires-Dist: numpy>=2
Requires-Dist: opencv-python>=4.12
Requires-Dist: scipy>=1.15
Requires-Dist: screeninfo>=0.8
Description-Content-Type: text/markdown

# slmcontrol

This is a package that allows one to control a Spatial Light Modulator (SLM) with a simple an intuitive syntax. We support Python >= 3.10 and all major platforms (Windows, MacOS and Linux).

If this package is useful to you, please give it a star on GitHub.

## Links

- [**PyPI**](https://pypi.org/project/slmcontrol/)
- [**Documentation**](https://marcsgil.github.io/slmcontrol/)
- [**Source code**](https://github.com/marcsgil/slmcontrol/tree/main)

## Instalation

This package is registered on PyPi, so, o install it, simply run

```
pip install slmcontrol
```

on a terminal.