Can i use tauri just for bundling? #14178
thePromger
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can i use tauri just for bundling python exe and frontend?
i am using pytauri and it offers pytauri-wheel so i can make apps in python without the need for rust
i want to bundle embedded python, frontend folder in one exe
and when i click on exe to start, somehow one command runs the python from embedded python like this
python -m tauri_app
If that can be possible then its much better
I know other solutions exists in python itself, but i don't want to use them
i want to give tauri a try if its possible
Beta Was this translation helpful? Give feedback.
All reactions