Update README.md

Emphasize preamble
This commit is contained in:
Will McGugan
2021-09-11 12:51:58 +01:00
committed by GitHub
parent 64b32c4d5b
commit a508a00491

View File

@@ -2,12 +2,16 @@
![screenshot](./imgs/textual.png)
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. **Currently a work in progress**, but usable by brave souls who don't mind some API instability between updates.
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.
Textual currently runs on MacOS / Linux only. Windows support is in the pipeline.
**NOTE:** This project is urrently a work in progress, but usable by brave souls who don't mind some API instability between updates.
Follow [@willmcgugan](https://twitter.com/willmcgugan) for progress updates, or post in Discussions if you have any requests / suggestions.
## Compatibility
Textual currently runs on **MacOS / Linux only**. Windows support is in the pipeline.
## How it works
Textual uses [Rich](https://github.com/willmcgugan/rich) to render rich text, so anything that Rich can render may be used in Textual.