mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update README.md
This commit is contained in:
36
README.md
36
README.md
@@ -1,47 +1,28 @@
|
||||
|
||||
[](https://discord.gg/Enf6Z3qhVr)
|
||||
|
||||
# Textual
|
||||
|
||||
[](https://pypi.org/project/textual/)
|
||||
[](https://badge.fury.io/py/textual)
|
||||

|
||||
|
||||
|
||||
|
||||
# Textual
|
||||
|
||||
Textual is a *Rapid Application Development* framework for Python.
|
||||
|
||||
Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a [web browser](https://github.com/Textualize/textual-web)!
|
||||
Build sophisticated, cross-platform, user interfaces with a simple Python API. Run your apps in the terminal or a [web browser](https://github.com/Textualize/textual-web)!
|
||||
|
||||
|
||||
<details>
|
||||
<summary> 🎬 Demonstration </summary>
|
||||
<hr>
|
||||
|
||||
A quick run through of some Textual features.
|
||||
|
||||
https://github.com/user-attachments/assets/71afec49-fe89-4e8d-a8cf-148fa2601362
|
||||
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
### Impatient?
|
||||
|
||||
Try the [textual demo](https://github.com/textualize/textual-demo) *without* installing.
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
Textual adds interactivity to [Rich](https://github.com/Textualize/rich) with an API inspired by modern web development.
|
||||
|
||||
A powerful layout engine, theming system, and re-usable [widgets](https://textual.textualize.io/widget_gallery/) makes it possible to build apps that rival the desktop and web experience. Here are just a few examples:
|
||||
|
||||
<table>
|
||||
|
||||
<tr>
|
||||
@@ -78,8 +59,13 @@ A powerful layout engine, theming system, and re-usable [widgets](https://textua
|
||||
|
||||
</table>
|
||||
|
||||
### Impatient?
|
||||
|
||||
Great [documentation](https://textual.textualize.io/) and a [builtin testing framework](https://textual.textualize.io/guide/testing/) means that Textual apps can be maintained indefinitely.
|
||||
Try the [textual demo](https://github.com/textualize/textual-demo) *without* installing.
|
||||
|
||||
|
||||
|
||||

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