Skip to content

Instantly share code, notes, and snippets.

@nathanrpage97
nathanrpage97 / test_live.py
Created October 13, 2020 15:34
Showcase of the Live feature branch
import inspect
import random
import time
from typing import Dict, List, Tuple
from rich.console import Console, RenderGroup
from rich.live import Live
from rich.panel import Panel
from rich.progress import Progress
from rich.syntax import Syntax