tessl install tessl/pypi-asciimatics@1.15.0A cross-platform package to replace curses (mouse/keyboard input & text colours/positioning) and create ASCII animations
Agent Success
Agent success rate when using this tile
81%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.33x
Baseline
Agent success rate without this tile
61%
A simple text-based user interface that displays user profile information in a formatted window.
@generates
def create_profile_frame(screen):
"""
Creates and returns a Frame widget that displays user profile information.
The frame should:
- Have a border
- Display the title "User Profile"
- Contain labels showing name and email information
Args:
screen: The Screen object to render on
Returns:
A Frame object configured with user profile layout
"""
passProvides terminal UI components including Frame, Layout, and Label widgets.