Metadata-Version: 2.1
Name: tk-lab-automation-kit
Version: 0.0.2
Summary: A small library to create user interfaces for lab automation.
Home-page: https://github.com/dowerner/TkLabAutomationKit
Author: Dominik Werner
Author-email: dominik.werner@live.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.20.2)
Requires-Dist: matplotlib (>=3.4.1)
Requires-Dist: pyscreenshot (>=3.0)
Requires-Dist: pyserial (>=3.5)
Requires-Dist: PyVISA (>=1.11.3)
Requires-Dist: PyVISA-py (>=0.5.2)

# TkLabAutomationKit
A small library to create user interfaces for lab automation.

# Installation
Either use the module in the repository (https://github.com/dowerner/TkLabAutomationKit) or pip:

```
pip install tk_lab_automation_kit
```

