edit | blame | history | raw

Demo NiceGUI vs Tk

Install

python3.13 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

Tk

python ./main-canvas.py

NiceGUI

python ./main-nicegui.py