No description
Find a file
2023-11-20 11:11:05 +00:00
.faq faq tweak 2023-08-26 10:57:44 +01:00
.github bump lock file (#3643) 2023-11-07 14:37:31 +00:00
docs Merge pull request #3678 from Textualize/fix-docs-mouse-move-example 2023-11-15 10:46:01 +00:00
examples color command example (#3314) 2023-09-15 13:11:34 +01:00
imgs added demo.svg back for pypi 2022-10-22 21:30:12 +01:00
notes remove useless note 2022-10-22 08:36:52 +01:00
questions Link the centring FAQ to the HOWTO 2023-08-28 08:39:57 +01:00
reference spacing diagram 2023-05-12 14:03:53 +02:00
src/textual Merge branch 'main' into change-click 2023-11-20 11:11:05 +00:00
tests Merge branch 'main' into change-click 2023-11-20 11:11:05 +00:00
tools Remove 'action' column from bindings. 2023-01-25 15:00:45 +00:00
.coveragerc Ignore abstractmethods. 2023-05-25 17:22:21 +01:00
.deepsource.toml Add Deepsource configuration. (#2766) 2023-06-12 10:52:14 +01:00
.gitignore Update gitignore to refer to new default snapshot report location (#2927) 2023-07-12 11:08:33 +01:00
.pre-commit-config.yaml Set pycln pre-commit hook language_version to 3.8 (#3640) 2023-11-06 11:58:27 +00:00
CHANGELOG.md Merge branch 'main' into change-click 2023-11-20 11:11:05 +00:00
CODE_OF_CONDUCT.md Added the Code of Conduct 2022-02-04 23:36:37 +06:00
CONTRIBUTING.md Merge pull request #3511 from Textualize/action-docs-fixes 2023-10-24 11:52:37 +01:00
docs.md Restore the content of docs.md 2022-11-17 15:51:38 +00:00
faq.yml Move the Textual FAQ into the main docs 2023-08-21 14:41:07 +01:00
LICENSE Initial commit 2021-04-08 16:24:48 +01:00
Makefile Add make repl 2023-11-08 06:55:22 +00:00
mkdocs-common.yml add our new logo (#3500) 2023-10-10 15:36:28 +01:00
mkdocs-nav.yml Text area (#2931) 2023-09-21 11:10:14 +01:00
mkdocs-offline.yml Remove the privacy plugin from the offline version of the docs 2023-05-29 07:40:30 +01:00
mkdocs-online.yml Only link Python and Rich types when building full docs 2023-05-29 08:30:23 +01:00
mypy.ini Drop implicit uvloop support. 2023-03-27 18:37:21 +01:00
poetry.lock input restriction (#3657) 2023-11-10 16:16:42 +00:00
pyproject.toml Version bump (#3621) 2023-10-31 13:24:03 +00:00
README.md Textual dev (#2884) 2023-07-03 15:37:40 +01:00

Textual splash image

Discord

Textual

Textual is a Rapid Application Development framework for Python.

Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and (coming soon) a web browser!

🎬 Demonstration

A quick run through of some Textual features.

https://user-images.githubusercontent.com/554369/197355913-65d3c125-493d-4c05-a590-5311f16c40ff.mov

About

Textual adds interactivity to Rich with an 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

If you plan on developing Textual apps, you should also install the development tools with the following command:

pip install textual-dev

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!

Join us on Discord

Join the Textual developers and community on our Discord Server.

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).

https://user-images.githubusercontent.com/554369/197188237-88d3f7e4-4e5f-40b5-b996-c47b19ee2f49.mov

📷 Calculator

This is calculator.py which demonstrates Textual grid layouts.

calculator screenshot

🎬 Stopwatch

This is the Stopwatch example from the tutorial.

https://user-images.githubusercontent.com/554369/197360718-0c834ef5-6285-4d37-85cf-23eed4aa56c5.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

https://user-images.githubusercontent.com/554369/196157100-352852a6-2b09-4dc8-a888-55b53570aff9.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

https://user-images.githubusercontent.com/554369/196158235-4b45fb78-053d-4fd5-b285-e09b4f1c67a8.mov

🎬 Colors reference

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

textual colors

https://user-images.githubusercontent.com/554369/197357417-2d407aac-8969-44d3-8250-eea45df79d57.mov