tags: #formatting Docs are [here](https://rich.readthedocs.io/en/stable/introduction.html) on `readthedocs`. ```python from rich import print # overrides built-in print print("[red]this is red[/red] and [green]this is green[/green]") ```