
Textual
Textual is a TUI framework for Python, inspired by modern web development.
GitHub - Textualize/textual: The lean application framework for Python ...
Build cross-platform user interfaces with a simple Python API. Run your apps in the terminal or a web browser. Textual's API combines modern Python with the best of developments from the web world, …
5 Best Python TUI Libraries for Building Text-Based User Interfaces
Nov 9, 2024 · Rich is a modern Python library designed for rich text and beautiful formatting in the terminal. While Rich is often used for rendering formatted logs or terminal output, it also includes a …
Python Textual: Build Beautiful UIs in the Terminal
Textual is a Python library for building text-based user interfaces (TUIs) that support rich text, advanced layouts, and event-driven interactivity in the terminal. This tutorial showcases some of the ways you …
10 Best Python Text User Interface (TUI) Libraries for 2025
Dec 11, 2024 · 10 Best Python Text User Interface (TUI) Libraries for 2025 Text-based user interfaces (TUIs) are a simple way to create interactive applications that run in a terminal. They let users control …
pyTermTk · PyPI
May 8, 2026 · Python urwid - Console user interface library for Python pyTermGUI - A simple yet powerful TUI framework for your Python (3.7+) applications Textual - TUI (Text User Interface) …
Top 23 Python TUI Projects | LibHunt
May 8, 2026 · Which are the best open-source TUI projects in Python? This list will help you: rich, textual, posting, visidata, s-tui, asciimatics, and sqlit.
Build Powerful TUI Apps in Python with Textual and Rich
Build professional terminal UIs with Textual: a Python framework with CSS styling, reactive widgets, and async events for dashboards and developer tools.
7 TUI libraries for creating interactive terminal apps
Jun 14, 2024 · 7 TUI libraries for creating interactive terminal apps Yashodhan Joshi I am a student interested in physics and systems programming currently exploring Rust and operating systems. I …
Best Text User Interface (TUI) library? : r/learnpython - Reddit
Jan 1, 2021 · Best Text User Interface (TUI) library? Im in need of a reliable TUI library for my master thesis. The requirements is open source (free), linux support and easy to do testing. Any …
【Python】华丽的 TUI 库:textual(1) - 知乎
简介 Textual 是一个 Python 的 TUI 库,是 Rich 的姐妹项目,也依赖于 Rich。它支持 Rich 的 Renderable 类,同时有自己的互动性组件 Widget 类。在访谈中,创始人表示 Textual 受到现代前端 …