unixlog
Timestamp Coloured Log display
Une simple connexion de style Unix au format de couleur. Bibliothèque légère pour la formation des couleurs.
pip install unixlog
>>> print(error("This error text"))
[ ERROR ] This error text
>>> error("This error text")
'x1b[91m[ ERROR ] This error textx1b[0m'```