Graphical User Interface#
警告
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.