Modern Text User Interface framework for building cross-platform terminal and web applications with Python
Overall
score
93%
{
"context": "This evaluation assesses how effectively the engineer uses Rich library renderables (Table and Panel) within a Textual application, including proper use of Rich's styling features for colored text.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Rich Table Usage",
"description": "Uses rich.table.Table to create the metrics table with proper columns ('Metric', 'Value', 'Status')",
"max_score": 25
},
{
"name": "Rich Panel Usage",
"description": "Uses rich.panel.Panel to create the title panel with centered text 'System Monitor'",
"max_score": 20
},
{
"name": "Rich Text Styling",
"description": "Uses Rich's styling features (e.g., rich.text.Text, markup strings like '[green]OK[/green]', or style parameter) to apply colors (green, yellow, red) to status text",
"max_score": 25
},
{
"name": "Integration with Textual",
"description": "Properly integrates Rich renderables into Textual using widgets that support Rich content (e.g., Static widget with Rich renderable)",
"max_score": 20
},
{
"name": "Dynamic Updates",
"description": "Successfully updates the Rich Table with new values when 'r' is pressed, demonstrating proper re-rendering of Rich renderables",
"max_score": 10
}
]
}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