PyStarter
v1.5.0
PyStarter starter provides an easy way to start a git or python projects with helpful file creation.
Main Commands:
pystarter create
This command creates project files for python and git projects
This command has 3 extra options. One to create git ready, one to create python ready projects, and one to create both python and git ready projects. The options are: git, python, all, setup
pystarter clean
This command removes compiled python (pyc) files and pycache folders in your project
To get full command list run:
pystarter -h
or
pystarter --help
This project is licensed under the MIT License