Modern Python framework for building text user interfaces in the terminal.
Modern Text User Interface framework
$ python -m textual$ python -c "from textual.app import ComposeResult, RenderableType; from textual.containers import Container; from textual.widgets import Button, Input"$ python -m textual.pilot your_app.py$ python -c "from textual.widgets import DirectoryTree; from textual.app import App"$ python -c "from textual.widgets import ProgressBar; from textual.app import App"