Cookiecutter Python CLI To create a new project run the following commands. This assumes that you have virtualenvwrapper installed. $ mkvirtualenv my-project $ pip install cookiecutter $ cookiecutter gh:elbaschid/cc-python-cli