Skip to content

Commit f3fbf67

Browse files
authored
Update README.md
1 parent 675c592 commit f3fbf67

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

README.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,49 @@ Try the [textual demo](https://github.com/textualize/textual-demo) *without* ins
4040

4141
Textual adds interactivity to [Rich](https://github.com/Textualize/rich) with an API inspired by modern web development.
4242

43-
Textual apps can use **16.7 million** colors with mouse support and smooth flicker-free animation.
43+
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:
44+
45+
<table>
46+
47+
<tr>
48+
49+
<td>
50+
51+
![buttons](https://github.com/user-attachments/assets/2ac26387-aaa3-41ed-bc00-7d488600343c)
52+
53+
</td>
54+
55+
<td>
56+
57+
![tree](https://github.com/user-attachments/assets/61ccd6e9-97ea-4918-8eda-3ee0f0d3770e)
58+
59+
</td>
60+
61+
</tr>
62+
63+
<tr>
64+
65+
<td>
66+
67+
![datatables](https://github.com/user-attachments/assets/3e1f9f7a-f965-4901-a114-3c188bd17695)
68+
69+
</td>
70+
71+
<td>
72+
73+
![inputs](https://github.com/user-attachments/assets/b02aa203-7c37-42da-a1bb-2cb244b7d0d3)
74+
75+
</td>
76+
77+
</tr>
78+
79+
</table>
4480

45-
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.
4681

4782
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.
4883

4984

85+
5086
## Installing
5187

5288
Install Textual via pip:
@@ -66,9 +102,11 @@ python -m textual
66102
```
67103

68104

105+
<!--
69106
70107
<img width="1348" alt="Screenshot of the Textual demo" src="https://github.com/user-attachments/assets/d30bc738-10ed-48c9-ac9d-8eac84b2da4a">
71108
109+
-->
72110

73111
## Documentation
74112

0 commit comments

Comments
 (0)