All Projects → Textualize → textual

Textualize / textual

Licence: MIT license
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to textual

tt
Practicing touch typing, and monitor your typing speed using your own text files
Stars: ✭ 68 (-99.58%)
Mutual labels:  tui
inquire
A Rust library for building interactive prompts
Stars: ✭ 419 (-97.41%)
Mutual labels:  tui
ScoreboardUI
Pseudo console GUI for .NET
Stars: ✭ 20 (-99.88%)
Mutual labels:  tui
vent
Vent is a light-weight platform built to automate network collection and analysis pipelines using a flexible set of popular open source tools and technologies. Vent is python-based, extensible, leverages docker containers, and provides both an API and CLI.
Stars: ✭ 73 (-99.55%)
Mutual labels:  tui
titik
A cross platform minimalistic text user interface
Stars: ✭ 112 (-99.31%)
Mutual labels:  tui
cursive-tabs
Tabs for gyscos/cursive views 🖥️
Stars: ✭ 21 (-99.87%)
Mutual labels:  tui
lntop
⚡ LN terminal dashboard 📊
Stars: ✭ 170 (-98.95%)
Mutual labels:  tui
lemmy-terminal-viewer
a terminal user interface for lemmy
Stars: ✭ 21 (-99.87%)
Mutual labels:  tui
samp-discord-plugin
SA:MP Discord Rich Presence plugin
Stars: ✭ 63 (-99.61%)
Mutual labels:  rich
console engine
A simple terminal framework to draw things and manage user input
Stars: ✭ 144 (-99.11%)
Mutual labels:  tui
svelto
Modular front end framework for modern browsers, with battery included: 100+ widgets and tools.
Stars: ✭ 61 (-99.62%)
Mutual labels:  rich
octotui
🐙🐱🖥️ GitHub stats in your terminal
Stars: ✭ 202 (-98.75%)
Mutual labels:  tui
ugly-todo
Just an Ugly To-Do app that I wanted to develop.
Stars: ✭ 35 (-99.78%)
Mutual labels:  rich
onionjuggler
Manage your Onion Services via CLI or TUI on Unix-like operating system with a POSIX compliant shell.
Stars: ✭ 31 (-99.81%)
Mutual labels:  tui
p2p-forwarder
P2P Forwarder - a tool for farwarding tcp/udp ports. Made using libp2p.
Stars: ✭ 31 (-99.81%)
Mutual labels:  tui
rgb-tui
Create and get colors code from the terminal using a nice interface.
Stars: ✭ 57 (-99.65%)
Mutual labels:  tui
dflat20
D-Flat Windowing System (SAA/CUA Interface) Version 20
Stars: ✭ 42 (-99.74%)
Mutual labels:  tui
awesome-fetch
Command-line fetch tools for system/other information
Stars: ✭ 177 (-98.91%)
Mutual labels:  tui
mauview
A Go TUI library based on tcell.
Stars: ✭ 40 (-99.75%)
Mutual labels:  tui
rustpad
Multi-threaded Padding Oracle attacks against any service. Written in Rust.
Stars: ✭ 75 (-99.54%)
Mutual labels:  tui

Textual

Textual splash image

Textual is a Python framework for creating interactive applications that run in your terminal.

🎬 Demonstration

A quick run through of some Textual features.

Screen.Recording.2022-10-22.at.19.00.48.mov

About

Textual adds interactivity to Rich with a Python API inspired by modern web development.

On modern terminal software (installed by default on most systems), Textual apps can use 16.7 million colors with mouse support and smooth flicker-free animation. A powerful layout engine and re-usable components makes it possible to build apps that rival the desktop and web experience.

Compatibility

Textual runs on Linux, macOS, and Windows. Textual requires Python 3.7 or above.

Installing

Install Textual via pip:

pip install "textual[dev]"

The addition of [dev] installs Textual development tools. See the docs if you need help getting started.

Demo

Run the following command to see a little of what Textual can do:

python -m textual

Textual demo

Documentation

Head over to the Textual documentation to start building!

Examples

The Textual repository comes with a number of examples you can experiment with or use as a template for your own projects.

🎬 Code browser

This is the code_browser.py example which clocks in at 61 lines (including docstrings and blank lines).

Screen.Recording.2022-10-21.at.12.41.15.mov
📷 Calculator

This is calculator.py which demonstrates Textual grid layouts.

calculator screenshot

🎬 Stopwatch

This is the Stopwatch example from the tutorial.

Screen.Recording.2022-10-22.at.21.12.22.mov

Reference commands

The textual command has a few sub-commands to preview Textual styles.

🎬 Easing reference

This is the easing reference which demonstrates the easing parameter on animation, with both movement and opacity. You can run it with the following command:

textual easing
Screen.Recording.2022-10-17.at.11.38.13.mov
🎬 Borders reference

This is the borders reference which demonstrates some of the borders styles in Textual. You can run it with the following command:

textual borders
Screen.Recording.2022-10-17.at.11.44.24.mov
🎬 Colors reference

This is a reference for Textual's color design system.

textual colors
Screen.Recording.2022-10-22.at.19.07.20.mov
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].