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
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