animation-skill
Installation
SKILL.md
Animation Skill
Purpose
Create eye-catching splash screens and animations for terminal apps.
Instructions
Splash Screen with PyFiglet
from rich.console import Console
from rich.panel import Panel
from rich.align import Align
from rich.text import Text
import pyfiglet
import time
console = Console()