Metadata-Version: 2.4
Name: dirigo-gui
Version: 0.1.4
Summary: Dirigo reference GUI implementation
Author-email: "T. D. Weber" <tweber@mit.edu>
License: MIT
Project-URL: Homepage, https://github.com/dirigo-developers/dirigo-gui
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: System :: Hardware
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dirigo
Requires-Dist: customtkinter
Requires-Dist: pillow
Dynamic: license-file

# dirigo-gui
Reference GUI for Dirigo image acquisition software. Provides a basic frame scanning, display, and writing.

[![PyPI](https://img.shields.io/pypi/v/dirigo-gui)](https://pypi.org/project/dirigo-gui/)


## Installation
First install required hardware plugins. A list can be found here: (https://github.com/orgs/dirigo-developers/repositories?type=all)

Then run:
```bash
pip install dirigo-gui
```


## Legal Disclaimer
This library is provided "as is" without any warranties, express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. The authors are not responsible for any damage to hardware, data loss, or other issues arising from the use or misuse of this library. Users are advised to thoroughly test this library with their specific hardware and configurations before deployment.

Use this library at your own risk. Proper operation of hardware and compliance with applicable laws and regulations is the sole responsibility of the user.

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.


## Funding
Development has been supported in part by the National Cancer Institute of the National Institutes of Health under award number R01CA249151.

The content of this repository is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.
