A command-line interface tool for building and creating PyTauri projects.
- Create: Creates a new PyTauri project using a template.
- Build: Work in progress.
- Embed python: Downloads the appropriate Python standalone build
from python-build-standalone based on the Python
version specified in your project's
.python-version
file.
uv tool install git+https://github.com/ISOR3X/pytauri-cli
pytauri-cli
# Show help
pytauri-cli
# Create a new project
pytauri-cli create
The following commands must be run from the project root.
# Build the current project
pytauri-cli build
# Install standalone python for building
pytauri-cli embed-python