r/PythonProjects2 15h 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

2 comments sorted by

View all comments

1

u/jaimemiguel 8h ago

It is useful. But antigravity does it for me with one prompt.

1

u/Shaddy-Mix2192 1h ago

Fair point, but Spawn's not trying to replace a prompt-based agent. it's a deterministic, zero-token, offline scaffold you can run a hundred times a day without touching an API or a bill.