How to make print()
statement output colorful?
#119
-
How can I make my |
Beta Was this translation helpful? Give feedback.
Answered by
borntyping
Dec 15, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
borntyping
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
colorlog
only works with the standard Pythonlogging
library. You might want to look at the colorama or crayons packages if you want to add colors to print statements.