Metadata-Version: 1.1
Name: EthIefLab
Version: 1.0.0
Summary: Library for UI used in lab experiments
Home-page: https://github.com/dowerner/ETH_IEF_LAB_python_lab_tools
Author: Dominik Werner
Author-email: dominikw@bluewin.ch
License: UNKNOWN
Description: # ETH Zurich (IEF LAB): Python Lab Tools
        This is a small library that uses Tkinter to provide a fast and easy method to build user interfaces for Lab Experiments.
        
        ## Introduction
        In a lab environment it is often necessary to keep track of many experimental parameters in order to produce meaningful results. This library enables the user to build user interfaces really fast with some custom UI elements like plot controls, parameter tables or control panels. All controls are based on the controls of Tkinter which is a great UI library for python https://wiki.python.org/moin/TkInter.
        
        ## Usage
        
Keywords: science software development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
