開発版ドキュメント · 0.2.3 30c2f8ba · 入門例の検証対象 0.2.3 · 版情報 · 既知の制限

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.