Show HN: A tool that explains Python errors like you're five

github.com

2 points by BB5 15 hours ago

I built Error Narrator — a Python tool that explains exceptions in plain English (and Russian, too).

It goes beyond just showing the traceback. It tells you: – What happened (in human terms) – Why it happened (including the concept behind the error) – Where exactly it happened (file + line) – How to fix it (with code suggestions)

It works with OpenAI or HuggingFace models and runs directly in your terminal or scripts.

This tool helped me save time and also helped friends who are just learning Python. I'd love your feedback, suggestions, or even contributions. It’s open source.