Graphical User Interface๏
Stability: Experimental
Warning
The GWexpy GUI (gwexpy.gui) is experimental and is not included in
the first PyPI distribution. For source/development use, install the GUI
dependencies (PyQt5, pyqtgraph, qtpy, sounddevice) explicitly. The API may
change without notice.
To launch the GUI after installing the dependencies from a source checkout or development install:
pip install PyQt5 pyqtgraph qtpy sounddevice
python -m gwexpy.gui
- gwexpy.gui.main()[source]
Launch the gwexpy desktop GUI.