Metadata-Version: 2.1
Name: angryexception
Version: 1.0.2
Summary: An exception handler that tells you that you're stupid.
Home-page: https://github.com/vcokltfre/angryexception
License: GPL-3.0-only
Author: vcokltfre
Author-email: vcokltfre@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pyttsx3 (>=2.90,<3.0)
Project-URL: Repository, https://github.com/vcokltfre/angryexception
Description-Content-Type: text/markdown

# angryexception

An exception handler that tells you that you're stupid.

## Installation

`pip install angryexception`

You will also need to have either libespeak, sapi5, or nsss speech engines installed.

## Usage

```py
from angryexception import install

install()

# Create an exception
raise Exception()
```

