Settings

Theme

Show HN: Lluminy – automate code comments for Python projects

lluminy.com

2 points by knivets a year ago · 2 comments · 1 min read

Reader

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!

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

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection