Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Interactive GUI

draw_tree includes a lightweight, interactive GUI built with Streamlit. It allows you to upload .ef or .efg files and adjust drawing parameters in real-time, previewing changes visually. You can run the GUI locally or used our hosted version on the Streamlit Community Cloud:

πŸš€ Try DrawTree Online!

Visualize your game trees instantly. No installation required.

Example

Running the GUI locallyΒΆ

To launch the GUI from your terminal, simply run:

draw_tree --gui

This will start a local Streamlit server and automatically open the application in your default web browser at http://localhost:8501/. From there, you can:

GUI screenshot