gui package

gui module

mindreader.gui.gui.root()
mindreader.gui.gui.run_server(host, port, api_host, api_port)

Runs the webserver, serves file from /static.

mindreader.gui.gui.server_error(e)
mindreader.gui.gui.static_proxy(path)
mindreader.gui.gui.update_api_url(api_url)

Updates the api-url entry in the configuration file of the web application.

CLI

python -m mindreader.gui

python -m mindreader.gui [OPTIONS] COMMAND [ARGS]...

run-server

python -m mindreader.gui run-server [OPTIONS]

Options

-h, --host <host>

server host

-p, --port <port>

server port

-H, --api-host <api_host>

API host

-P, --api-port <api_port>

API port