Skip to content

Show HN: Lluminy – automate code comments for Python projects

lluminy.com
2 pointsknivets1 comment
On HN

Hi everyone!

I built lluminy to solve the pain of documenting Python code. It:

- Uses LLama 3.3 to generate code comments

- To avoid code hallucinations, it parses Python files into AST, and only modifies function docstrings

- Integrates with GitHub (submits results as pull requests)

- Handles projects of any size with minimal setup

Try it out: https://lluminy.com

Here's what I'm planning to work on next:

- Automatic documentation suggestions on GitHub PRs

- Sphinx integration

- Support for more languages (JavaScript and others)

- Alternative LLM options

Looking forward to feedback from the HN community!

Comments

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's different.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.