tom-doerr/codex-readme
A Python tool that uses OpenAI Codex to automatically generate README.md documentation for code projects.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This project reads source code files and concatenates their beginnings into a prompt that is sent to OpenAI Codex, an AI model specialized in code-related tasks. Codex then generates appropriate README documentation based on the code structure and content. Users run a single Python script to invoke the automated documentation generation.