Cookiecutter: Python CLI app
Navigate to the parent folder where you want to create the new project and run this command
cookiecutter https://github.com/sam-atkins/cookiecutter-python-cli
Then cd
into the newly created project.
cookiecutter template to organise and setup a simple Python script
Python
Navigate to the parent folder where you want to create the new project and run this command
cookiecutter https://github.com/sam-atkins/cookiecutter-python-cli
Then cd
into the newly created project.