mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update README.md
Added video
This commit is contained in:
29
README.md
29
README.md
@@ -1,6 +1,35 @@
|
||||
[](https://pypi.org/project/textual/) [](https://badge.fury.io/py/textual)
|
||||
|
||||
# Textual
|
||||
|
||||
|
||||
Textual is a Python framework for creating applications within your terminal—powered by [Rich](https://github.com/Textualize/rich).
|
||||
|
||||
Build sophisticated Text User Interfaces (TUIs) with just your Python skills.
|
||||
|
||||
## Preview
|
||||
|
||||
This is the [code_browser.py](./examples/code_browser.py) example which clocks in at 61 lines, *including* docstrings and blank lines.
|
||||
|
||||
https://user-images.githubusercontent.com/554369/189388764-c589ffc2-e178-49ba-a8fa-f8d530bd55a0.mov
|
||||
|
||||
## Compatibility
|
||||
|
||||
Textual runs on Linux, MacOS, and Windows. Rich requires Python 3.7 or above.
|
||||
|
||||
## Installing
|
||||
|
||||
Install Textual via pip:
|
||||
|
||||
```
|
||||
pip install textual[dev]
|
||||
```
|
||||
|
||||
The addition of `[dev]` installs some additional development tools.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||

|
||||
|
||||

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