readmegen — Generate beautiful README.md in seconds (12 templates, open source) readmegen is an open-source Python tool that generates professional README.md files for GitHub projects using an interactive wizard and 12 templates. Users can run it with zero configuration by answering a few questions or by specifying command-line arguments like `--name` and `--template` to instantly produce a README with badges, a table of contents, features, and install guides. The tool is available via `pip install` from its GitHub repository, with additional premium templates and AI-powered features offered through a Ko-fi support page. tags: python, github, opensource, productivity, showdev Every developer knows the pain — you've built something awesome, but writing a decent README feels like a chore. readmegen fixes that. pip install git+https://github.com/feiwei8889/readmegen.git readmegen An interactive wizard walks you through project name, features, install method, and picks the perfect template. Zero config — just answer a few questions and get a professional README. readmegen --name "MyTool" --template cli-tool readmegen --template cli-tool --name "MyTool" --tagline "An awesome CLI tool" - Writes README.md with badges, ToC, features, install guide, contributing section Get 20+ exclusive templates, AI-powered content suggestions, custom branding, and priority support. → https://ko-fi.com/feiwei8889 GitHub: https://github.com/feiwei8889/readmegen Install: pip install git+https://github.com/feiwei8889/readmegen.git Support: https://ko-fi.com/feiwei8889 Built with Python + Rich. Star the repo if you find it useful ⭐