Metadata-Version: 2.4
Name: siguls-gui
Version: 0.9.0
Summary: GUI for the Signal Generator for User-Specified Laboratory Signals (SIGULS)
Author-email: Abelardo Pérez Paz <abelardo.perez@tum.de>, Oliver Maximilian Zobel <oliver.zobel@tum.de>
Project-URL: Homepage, https://gitlab.com/siguls/siguls-gui
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: pyqt5
Requires-Dist: numpy
Requires-Dist: esptool
Requires-Dist: matplotlib
Requires-Dist: pyexsi

# SIGULS-GUI

This Python package contains the GUI for interacting with the Signal Generator for User-Specified Laboratory Signals (SIGULS). 

## Installation

To install the SIGULS-GUI through pip, use the following command:

`pip install siguls-gui`

## Opening the GUI

Open a terminal/command prompt with access to the Python PATH and type:

`siguls-gui`
