TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Lluminy – automate code comments for Python projects

2 pointsby knivets5 months ago
Hi everyone!<p>I built lluminy to solve the pain of documenting Python code. It:<p>- Uses LLama 3.3 to generate code comments<p>- To avoid code hallucinations, it parses Python files into AST, and only modifies function docstrings<p>- Integrates with GitHub (submits results as pull requests)<p>- Handles projects of any size with minimal setup<p>Try it out: <a href="https:&#x2F;&#x2F;lluminy.com" rel="nofollow">https:&#x2F;&#x2F;lluminy.com</a><p>Here&#x27;s what I&#x27;m planning to work on next:<p>- Automatic documentation suggestions on GitHub PRs<p>- Sphinx integration<p>- Support for more languages (JavaScript and others)<p>- Alternative LLM options<p>Looking forward to feedback from the HN community!

1 comment

debarshri5 months ago
Hey just had a quick look. Now days github copilot or any other coding assist generates comments automatically. Is it different from those tools, if yes, would love to understand what&#x27;s different.