Skip to content

User Guide



    
    
    
        
            
        
        
    
            

    
            

    
            

    
            
    
    
    
    
    ┐╷  ┐┐   ╭╮       .  ┐  ╷             ┐   
├┤╭╮││╭╮ ┼┬┬╮┬┬╮ ┬┐╭┐├╮ ┼┐╷┬╮╭╮╭┬┬╮╮┬╮├╮┐╷
││├┘││││ │││││││ │││ ││─││││││││││╭┤││││││
╵╵╰╴╰╰╰╯ ╵╵╰╯╵╵╵ ╵╵╰╴╵╵ ╰╰┤├╯╰╯╰┤╵╰┘├╯╵╵╰┤
        └╯╵   └╯   ╵   └╯

    
    

from rich.console import Console
from rich_typography import Typography

console = Console()
text = Typography.from_markup("Hello from [purple]rich-typography[/purple]")
console.print(text)