Metadata-Version: 2.1
Name: explain-exception
Version: 0.1.1
Summary: Explains Python errors in clear English for beginners.
Author: Ton Nom
Author-email: touremahalmadane250@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Explain-Exception

**Explain-Exception** is a Python library that explains Python errors in **clear English**, making it easier for beginners to understand what went wrong in their code.

## Features

- Explains common Python errors in simple English
- Provides clear explanations for beginners
- Shows the full traceback for debugging
- Optional `safe_run` wrapper to automatically explain errors

## Installation

You can install Explain-Exception locally for testing:

```bash
pip install -e .
