Files
server/usr/share/doc/python3-rich/examples/link.py
2026-01-07 20:52:11 +01:00

5 lines
192 B
Python

from rich import print
print("If your terminal supports links, the following text should be clickable:")
print("[link=https://www.willmcgugan.com][i]Visit [red]my[/red][/i] [yellow]Blog[/]")