First Readme and screenshot

This commit is contained in:
Will McGugan
2021-05-31 11:26:40 +01:00
committed by GitHub
parent b3f9d49c97
commit d6f394bb7c

View File

@@ -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.
![screenshot](./imgs/rich-tui.png)