3 repositorios
Python frameworks specifically for building interactive text-based interfaces in terminal and web environments.
Distinct from Python-Based UI Frameworks: Specializes Python-based UI frameworks for terminal/text environments rather than general web interfaces.
Explore 3 awesome GitHub repositories matching user interface & experience · Terminal UI Frameworks. Refine with filters or upvote what's useful.
Textual is a Python TUI framework and asynchronous UI library used to build interactive text user interfaces. It provides a component-based architecture for creating cross-platform applications that run in both terminal and web browser environments. The framework distinguishes itself by utilizing a CSS-based layout engine to apply visual styles to widgets and a command palette interface for discovering and executing application functions. It also supports hosting terminal-based interfaces on the web to enable remote access via a standard browser. The toolkit covers a broad range of capabilit
A framework for building interactive text user interfaces in terminal and web browser environments using Python.
Unopinionated utilities for resizeable split views
Supports float, flex, and grid layout modes with separate utilities for broad browser compatibility.
Television is a terminal-based search launcher that provides real-time fuzzy matching across multiple data sources, including files, git repositories, environment variables, shell history, and custom user-defined channels. It presents a multi-panel terminal interface where search results, previews, and input are displayed simultaneously, with a frecency-based ranking engine that combines match quality with the frequency and recency of past selections to surface the most relevant entries. The project is built around a declarative, TOML-driven architecture where search channels, previews, and a
Renders a split-screen TUI with separate panels for results, previews, and input using terminal escape sequences.