Reference Implementations

Polished use-case apps and demos. Each card includes preview output, a run command, and direct source link. Press F12 while running any app to export a screenshot.

Smart File Selector

Browse folders, preview text/images, tune rendering behavior from a settings dialog, and capture calibrated screenshots with F12.
File selector output preview
PYTHONPATH=. python3 use_cases/file_selector.py
View Source

Server Ops Dashboard

Live metrics with timers, gauges, trend bars, and operational activity logs.
Dashboard output preview
PYTHONPATH=. python3 use_cases/dashboard.py
View Source

Compact Visualizations

Bar charts, gauges, sparklines, heatmaps, and scatter plots in pure terminal rendering.
Visualization output preview
PYTHONPATH=. python3 examples/21_visualizations.py
View Source

Login Screen

Beautiful minimal authentication UI with validation, loading states, toast notifications, and modern terminal styling.
Login screen output preview
PYTHONPATH=. python3 use_cases/login_screen.py
View Source

AI Chatbot Client

AI-powered chat interface with async updates, scrollable history, and multiline composer.
Chatbot output preview
PYTHONPATH=. python3 use_cases/chatbot.py
View Source

Menu Widget

Horizontal menu bar with keyboard navigation, shortcuts, and click handlers.
Menu output preview
PYTHONPATH=. python3 examples/30_menu_example.py
View Source

Slider Controls

Beautiful slider controls with real-time value display, keyboard navigation, and visual feedback.
Slider output preview
PYTHONPATH=. python3 examples/31_slider_example.py
View Source

Virtual Scroll 5K

High-performance virtual scrolling through 5,000+ items with smooth rendering, color-coded logs, and real-time position tracking.
Virtual scroll output preview
PYTHONPATH=. python3 examples/32_virtual_scroll_example.py
View Source