Quickly create new Python packages with standard configuration files.
This package provides a command-line utility that asks simple questions in order to create a standard Python project from scratch. It is a handy way to start a new project with a clean structure!
It can be installed from command-line using pip:
pip install pystartFrom command-line, go to the folder you use to maintain your projects and enter
pystartDone. It will asks the package name, author name, among other questions, to create the initial structure of your Python project.
Animated GIF demonstrating the usage.
- Readable Licenses for providing license templates in markdown format.
This project is licensed under the MIT License.