mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
1.0 KiB
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"}
```