colorama
colorama copied to clipboard
Simple cross-platform colored terminal text in Python
Just started a new project and I'm getting all kinds of colorama test failures from pytest: lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py::AnsiToWin32Test::test_native_windows_ansi - AssertionError: expected call not found. FAILED lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py::AnsiToWin32Test::test_osc_codes - AttributeError: 'NoneType' object has...
I was working on a project and encountered this error in ansitowin32 file: "erase_line" is not a known attribute of "None" it seems that it has a quick fix by...
Python 3.13 is due out today! 🚀 https://peps.python.org/pep-0719/