tauri-rust-py
tauri-rust-py copied to clipboard
A Tarui Python Sidecar Example, using Pyinstaller.
Tauri Python Sidecar
This template should help you get started with Tauri and Python.
Getting Started
-
Clone this repo
-
Run
yarnto install dependencies -
Run
yarn startto start the dev server ->yarn build_pywill build the python sidecar and will run automatically when you start the dev serverthat is configured in
tauri.conf.jsonunderbeforeDevCommand"beforeDevCommand": { "script": "yarn build_py", "wait": true }