tessl install tessl/pypi-textual@6.1.0Modern Text User Interface framework for building cross-platform terminal and web applications with Python
Agent Success
Agent success rate when using this tile
93%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.18x
Baseline
Agent success rate without this tile
79%
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.