textual

Modern TUI framework for Python with rich interactive widgets

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Modern Text User Interface framework

Commands

textual

Examples

Run a Textual application in development mode with auto-reload$ textual run --dev my_app.py
Preview CSS styling for a Textual application$ textual preview my_app.css
Generate a new Textual project scaffold$ textual create my_project