A cookiecutter template for setting up python projects.
Install cookiecutter using pipx:
pipx install cookiecutterAlternatively, install cookiecutter using pip:
pip install --user cookiecutterStart the interactive dialogue to create a new python project:
cookiecutter https://github.com/manuelkonrad/python-template.gitThe python-template is distributed under the terms of the MIT license.