Development documentation · 0.2.3 30c2f8ba · Intro examples tested with 0.2.3 · Version details · Known limitations

Graphical User Interface#

Warning

The GWexpy GUI (gwexpy.gui) is experimental and is not included in the published 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()#

Launch the gwexpy desktop GUI.