Live data from Hacker News

Show HN: Lluminy – automate code comments for Python projects

lluminy.com

1–3 of 3 posts

Show HN: Lluminy – automate code comments for Python projects

#1
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!

Show HN: Lluminy – automate code comments for Python projects
lluminy.com