Rich Python Emoji's
You can use rich to show emoji! They render natively when you
render a string in a Console
object.
from rich.console import Console
console = Console()
console.print(":thumbs_up: File downloaded!")
rich: emoji
You can use rich to show emoji! They render natively when you
render a string in a Console
object.
from rich.console import Console
console = Console()
console.print(":thumbs_up: File downloaded!")