bhimrazy/create-py-project ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple command line tool that helps me create a new Python project from scratch.
When I run it, it should ask for a project name and then let me pick from a few starter templates, like a basic Python project, FastAPI, Django, Django with DRF and auth, or an ML or DL project. After I choose, it should generate the project files, print a nice completion message, and tell me what to do next, like changing into the new folder and reading the README.
Make it feel polished and easy to use from the terminal, with a clean interactive flow. If you need to check current best practices or docs online, go ahead. I’d also like it to be set up as a real installable Python package, with tests and the usual project files so it’s easy to maintain.
Are you gonna build this?
make sure you review the code using coderabbit