Skip to content

A graphical user interface for data coming from the BMI

Notifications You must be signed in to change notification settings

Hofer-Julian/modflow-debug-gui

Repository files navigation

BMI Debug GUI

screenshot

How to create an executable with pyinstaller

To create a single executable run

pyinstaller -F /path/to/__main__.py

or to create an executable which starts up faster but consists of multiple files, run

pyinstaller /path/to/__main__.py

How to convert .ui files to .py files

pyuic5 -o [name].py [name].ui

PyQtGraph

This GUI uses the pyqtgraph package for its plotting capabilities. In order to display 3D graphics, install pyopengl via conda. However, take care not to install pyopengl-accelerate as it seems to make problems.

About

A graphical user interface for data coming from the BMI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages