pystru
Provide a quick way to set up the structure of a Python project.Installation
pip install pystru
Usage
Create a tiny python project
pystru create --type tiny --name test --demo True
Create a basic python project
pystru create --type basic --name test --demo True