mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update README.md
Emphasize preamble
This commit is contained in:
@@ -2,12 +2,16 @@
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user