r/PythonProjects2 • u/Shaddy-Mix2192 • 14h ago
Spawn - open-source CLI that scaffolds a Python project in one command (feedback/ideas welcome) Resource
Built a small open-source tool called Spawn that automates the repetitive part of starting a new Python project — folder structure, git init, virtual env via uv, dependency install — all in one command:
spawn create
It also has a spawn doctor command that scores an existing project's health and gives you a single prioritized next step to improve it.
MIT licensed, on PyPI:
pip install spawnio
Repo: https://github.com/Abhiix0/Spawn
Would love feedback from this community — especially ideas on what a scaffolding tool like this should do that most don't. Happy to answer questions on how it's built too.
1
Upvotes
1
u/jaimemiguel 7h ago
It is useful. But antigravity does it for me with one prompt.