class Nitish:
role = "Python Developer"
focus = ["CLI tools", "automation", "developer utilities"]
learning = ["packaging", "clean architecture", "testing"]
building = "SpareKit — a starter-kit generator for Python projects"
def philosophy(self) -> list[str]:
return [
"Easy to understand",
"Cleanly structured",
"Useful in real life",
"Well documented",
"Simple to run and improve",
]| Languages | Python, Markdown |
| Tools | Git, GitHub, VS Code, Terminal |
| Focus areas | CLI tools, automation, project starters, developer utilities |
| Currently improving | Python packaging, clean architecture, testing, open-source workflows |
SpareKit is a Python CLI that generates clean, production-ready starter projects — so you stop rewriting the same folder structure, config, and test scaffolding for every new idea.
- Eight built-in kits: FastAPI, Flask, CLI tools, packages, Streamlit, automation, Telegram bots, data science
- Interactive mode that walks you through setup
- Reusable defaults via
sparekit.yaml - Remote kits straight from any GitHub repo
pip install -e .
sparekit create fastapi-api task-manager-api| Right now | Where I'm headed |
|---|---|
| Building better Python projects | Build practical projects that solve real problems |
| Improving CLI development skills | Keep raising code quality |
| Learning clean project architecture | Contribute more to open source |
| Writing better documentation | Create clean, professional repositories |
| Creating useful open-source tools | Learn by building and sharing |


