Add color to console output
Add color to console output
Some options to investigate:
- We use
clickand has as some support already: https://click.palletsprojects.com/en/8.0.x/utils/#ansi-colors - This library provides a colorized python logger: https://github.com/borntyping/python-colorlog
- Some other packages worth looking at: https://github.com/timofurrer/colorful and https://github.com/erikrose/blessings