u/Admirable-Choice-776

I’m 14 and got tired of manual setup, so I built a tool to automate my project scaffolding

I’m 14 and got tired of manual setup, so I built a tool to automate my project scaffolding

Hey everyone,

I’m a 14-year-old self-taught dev from Sri Lanka. Between school and exams, I don’t have much time to code, so I hate wasting the first 20 minutes of every project just creating folders, initializing Git, and setting up the same old .gitignore and README files.

I built project-creator to handle all the "boring stuff" for me.

What it does:

  • Generates a clean folder structure instantly.
  • Initializes a local Git repository.
  • The best part: It automatically handles the initial commit and pushes everything to GitHub for me, so I can just start writing the actual logic right away
  • Installable via pip install prj-creator --upgrade

Has an GUI and CLI version releases. Will really help if people used it and post some photos, it will make me really happy. Also please star the repository if you can. Thanks for reading all this. Bye!

GitHub Repo- https://github.com/DevX-Dragon/project-creator

u/Admirable-Choice-776 — 3 days ago