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.
Running the GUI locallyΒΆ
To launch the GUI from your terminal, simply run:
draw_tree --guiThis will start a local Streamlit server and automatically open the application in your default web browser at http://localhost:8501/. From there, you can:
Upload game files
Tinker with formatting options (e.g., node size, layouts, colors)
Download the resulting Tex, SVG, PDF, or PNG images.
