unixlog
Timestamp Coloured Log display
색상 형식의 간단한 유닉스 스타일 로깅. 색상 형성을위한 경량 라이브러리.
pip install unixlog
>>> print(error("This error text"))
[ ERROR ] This error text
>>> error("This error text")
'x1b[91m[ ERROR ] This error textx1b[0m'```