unixlog
Timestamp Coloured Log display
Un simple estilo UNIX que registra en formato de color. Biblioteca de peso ligero para formar el color.
pip install unixlog
>>> print(error("This error text"))
[ ERROR ] This error text
>>> error("This error text")
'x1b[91m[ ERROR ] This error textx1b[0m'```