Skip to content

pytauri/example-nicegui-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

52f8a12 · Feb 6, 2025

History

2 Commits
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Jan 26, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025

Repository files navigation

PyTauri + NiceGui

Make sure you have already installed rust, Python, uv, Tauri Prerequisites.

You can find that in tutorial section in PyTauri Documentation.

Clone this repository and cd into it first.

Standalone

# activate virtual environment
uv venv --python-preference only-system
source .venv/bin/activate

# install the example package
export PYTAURI_STANDALONE=1
# or powershell: $env:PYTAURI_STANDALONE=1
uv pip install --reinstall -e .

cargo tauri dev --no-dev-server-wait

Python

# activate virtual environment
uv venv --python-preference only-system
source .venv/bin/activate
# or powershell: .venv\Scripts\Activate.ps1

# install the example package
# (need some time to compile rust code,
#  you can pass `--verbose` to see the progress)
uv pip install --reinstall -e .

# run the example
python -m nicegui_app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published