mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
First Readme and screenshot
This commit is contained in:
13
README.md
13
README.md
@@ -1,2 +1,13 @@
|
||||
# rich.tui
|
||||
A Text User Interface with Rich as the renderer
|
||||
|
||||
Rich.tui is a TUI (Text User Interface) framework for Python using [Rich](https://github.com/willmcgugan/rich) as a renderer.
|
||||
|
||||
The end goal is to be able to rapidly create *rich* terminal applications that look as good as possible (within the restrictions imposed by a terminal emulator).
|
||||
|
||||
Rich TUI will integrate tightly with its parent project, Rich. Any of the existing *renderables* can be used in a more dynamic application.
|
||||
|
||||
This project is currently a work in progress and may not be usable for a while. Follow [@willmcgugan](https://twitter.com/willmcgugan) for progress updates.
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user