lang/python/ RichPrint


Docs are here on readthedocs.

from rich import print # overrides built-in print

print("[red]this is red[/red] and [green]this is green[/green]")