gui

The gui command launches the GONet Wizard graphical launcher.

Usage

GONet_Wizard gui [-h] [--port PORT]

Options

--port PORT

Port for the unified local UI server.

Examples

Launch the GUI:

GONet_Wizard gui

Launch the GUI on a custom port:

GONet_Wizard gui --port 5051

Relationship to Other Commands

The GUI launcher provides graphical access to the main GONet Wizard tools:

  • Show Image

  • Show Metadata

  • Extract Region

  • Dashboard

These tools use the same command system as the CLI. The GUI collects inputs through forms and dispatches them through the shared parser and command handlers.