Files
textual/docs/index.md
Will McGugan b3feec1ef9 docs and fixes
2022-08-19 17:32:56 +01:00

1.0 KiB

Welcome

Welcome to the Textual framework documentation. Built with ❤️ by Textualize.io


Textual is a Python framework for building applications that run within your terminal.

Text User Interfaces (TUIs) have a number of benefits:

  • Quick to develop: Really rapid app development with a modern Python API.
  • Low requirements: Textual apps anywhere with a Python interpreter, even single-board computers.
  • Cross platform: The same code will run on Linux, Windows, MacOS and more.
  • Remote: Fully featured UIs can run over SSH.
  • CLI integration: Textual apps integrate with your shell and other CLI tools.

Textual TUIs are quick and easy to build with pure Python (not to mention fun).


=== "Example 1"

```{.textual path="docs/examples/demo.py" columns=100 lines=48}

```

=== "Example 2"

```{.textual path="docs/examples/introduction/timers.py"}

```