unixlog
Timestamp Coloured Log display
简单的Unix样式以彩色格式记录。重量库的颜色库。
pip install unixlog
>>> print(error("This error text"))
[ ERROR ] This error text
>>> error("This error text")
'x1b[91m[ ERROR ] This error textx1b[0m'```