pip install gitready
usage: gitready [--license <license>] [--pypi <project>] [-h] [-V] user/repo
Creates a new python project from scratch.
positional arguments:
  user/repo            GitHub user and repository names.
optional arguments:
  --license <license>  Which open source license to use. [default: mit]
                       [possible values: apache2, bsd, gplv3, mit, mozilla]
  --pypi <project>     PyPI name if different than the repo name.
  -h, --help           Print this help message and exit.
  -V, --version        Show version information and exit.