Skip to content

DRUMNICORN/tauri-rust-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri Python Sidecar

This template should help you get started with Tauri and Python.

Getting Started

  1. Clone this repo

  2. Run yarn to install dependencies

  3. Run yarn start to start the dev server -> yarn build_py will build the python sidecar and will run automatically when you start the dev server

    that is configured in tauri.conf.json under beforeDevCommand

    "beforeDevCommand": {
     "script": "yarn build_py",
     "wait": true
    }

About

A Tarui Python Sidecar Example, using Pyinstaller.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published