
u/Insomniac_Coder

I recently made this Google Style Documentation Generator for Python codebases
Built a CLI tool that walks through a Python project and auto-generates Google-style docstrings using a local LLM via Ollama. No API keys, no data leaving your machine, and runs entirely locally.
Uses Python's AST module to parse and rewrite files in-place. Skips private methods by default, supports --overwrite and --include-private flags.
Wrote it because I was tired of documenting code manually. Took 6 hours to build, will save me way more than that.
Feedback welcome — especially if you've hit edge cases I haven't thought of.
About me first. I am a final year engineering student who's completing his degree in about 1 to 2 months. I was thinking of working on a research paper of my own. I had a conversation with ChatGPT, and it told me to read related works. Are there any places which could help me with consolidation of the related works. I thought of search on IEEExplore but that could leave me with many other important research papers. Any help would be helpful.
The title of this post is a satirical nod to a post made a few days ago.