Make Exceptions Great Again
🔸Pretty-errors is a Python module that basically the exception output to make it legible.
⚙️Installation
#prettyerrors
🔸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