What is PyTauri?
PyTauri is a Python wrapper for Tauri, allowing you to build native applications using any modern web-framework in combination with the power of Python. While Tauri is build in Rust, no Rust knowledge is required!
Use cases
- For the Pythoneer
PyTauri can be used as an alternative to PyWebView or PyStray, leveraging Tauri's comprehensive features to offer Python developers a GUI framework and a batteries-included development experience similar to Electron and PySide. - For the Rustacean
Thanks to PyO3, Rust developers can better utilize the vast python ecosystem. Although Rust's lifetime and ownership system make code safer and performant, Python's garbage collection can sometimes make the life of a developer easier.