Modern Text User Interface framework for building cross-platform terminal and web applications with Python
Overall
score
93%
Build a terminal dashboard application that displays system information using multiple layout techniques.
The four grid cells should each contain a panel with text and styling:
@generates
from textual.app import App
class DashboardApp(App):
"""A dashboard application with multiple layout techniques."""
passProvides the Text User Interface framework for building terminal applications.
Install with Tessl CLI
npx tessl i tessl/pypi-textualevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10