rushyaayt/Readme-For-Repos ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool that helps me generate a really polished GitHub README from a few prompts about my project.
I want it to ask for the project name, short description, and tech stack, then use the Gemini API to write a professional looking README.md and save it directly into the project folder. It should also show a preview in the terminal and keep running so I can ask for edits like make it more professional, add an installation section, or rewrite parts until I’m happy. If there’s a GEMINI_API_KEY environment variable, use that, and if not, ask me to paste the key when it starts.
Keep the setup simple, and if you need to check anything current about the Gemini library, look up the latest docs online. Make the experience feel smooth and friendly for someone who just wants a great README fast.
Are you gonna build this?
make sure you review the code using coderabbit