%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/doc/python3-rich/examples/
Upload File :
Create Path :
Current File : //usr/share/doc/python3-rich/examples/group.py

from rich import print
from rich.console import Group
from rich.panel import Panel

panel_group = Group(
    Panel("Hello", style="on blue"),
    Panel("World", style="on red"),
)
print(Panel(panel_group))

Zerion Mini Shell 1.0