Installation#
๐ PyPI#
Install the package from PyPI#
Download from PyPI:
pip install python-template-project
Run CLI from command line#
python-template-project [OPTIONS] path/to/file
Run GUI from command line#
python-template-project-gui
๐ฝ Executable#
Download the latest executable:
๐ฉ๐ผโ๐ป Run from source#
Clone the repository#
git clone
Navigate to the project directory#
cd python-template-project
Install dependencies#
uv venv
uv pip install -e .[dev,docs]
Run with CLI from source#
python -m python_template_project.cli [OPTIONS] path/to/file
Run with GUI from source#
python -m python_template_project.gui