Install cookiecutter by entering the following commands in the terminal:
sudo apt update sudo apt install cookiecutter
Description:
create projects from project templates
Cookiecutter is command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template. . It can also be used as a Python module. It supports local and remote templates. The templating is done with Jinja2 and there is no limitation on the language used by the templated projects (Python, Ruby, Javascript, C, HTML, Postscript...).
Homepage: https://github.com/audreyr/cookiecutter
Version: 1.6.0-2
Section: universe/python