A cross-platform package to replace curses (mouse/keyboard input & text colours/positioning) and create ASCII animations
81
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.
Install with Tessl CLI
npx tessl i tessl/pypi-asciimaticsdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10