What is Textual?
mainTextual is a Rapid Application Development (RAD) framework for Python. It allows developers to build sophisticated user interfaces using a simple Python API.
Key features include:
- Cross-platform: Runs on Windows, macOS, and Linux.
- Low requirements: Can run on single-board computers (e.g., Raspberry Pi).
- Remote capability: Apps can be run over SSH.
- Web support: Apps can be run in a web browser using
textual-serve. - CLI Integration: Apps are designed to be launched and run from the command prompt.
- Open Source: Licensed under the MIT license.