Python Universe
1.99K subscribers
103 photos
1 video
1 file
55 links
Everything you need to know about Python programming.

Admin: @haraisen
Feedback: @pythontg_feedbackbot
Download Telegram
Make Exceptions Great Again

🔸Pretty-errors
is a Python module that basically the exception output to make it legible.

⚙️Installation
pip install pretty-errors

If you want pretty_errors to be used whenever you run a python script you must add it to your python startup procedure. You can do so easily by running:
python -m pretty_errors
Or you can just simply import it:
import pretty_errors

🔗GitHub

#prettyerrors