Description
Make uncaught Python exception tracebacks easier to read by adding color. It helps developers identify file paths, line numbers, code, and error messages faster during debugging.
This is a debugging aid, not an error-reporting service. Tracebacks can reveal local paths, arguments, and data values, so be careful before sharing colored output publicly.