Metadata-Version: 2.1
Name: coding-assistant
Version: 0.0.2
Summary: Recreate the joys of Office Assistant from the comfort of the Python interpreter
Home-page: https://github.com/lorlouis/coding-assistant
Author: Louis Sven Goulet
Author-email: louis.sven@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Coding Assistant 📎

Recreate the joys of Office Assistant from the comfort of the Python interpreter.

## How to use

```python3
>>> import coding_assistant
>>> # nothing more is needed
>>> 3 / 0
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ZeroDivisionError: division by zero
\_______________________________/
 _-_  | /
/_  \ |/
(o)(o)
| | |
| \/ /
\    |
 ¯--¯
>>>
```

## How to install?

Hopefully pip soon?

## Q&A

> Is it possible to have other, maybe custom, assistants?

Not at the moment but if you can draw ascii art please submit a PR.

> Will this package break `try` `except` blocks?

No it only changes the way exceptions are printed not the actual exception.

> Is this code "production ready"

Don't.

> Will you get sued by Microsoft?

Hopefully my ascii art is ugly enough I can claim it's an original character.


