Skip to content

Commit eb4079c

Browse files
authored
Update README.md
1 parent 16216f3 commit eb4079c

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
# Textual
55

6-
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/textual/0.87.1)](https://pypi.org/project/rich/) [![PyPI version](https://badge.fury.io/py/rich.svg)](https://badge.fury.io/py/textual)
6+
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/textual/0.87.1)](https://pypi.org/project/textual/)
7+
[![PyPI version](https://badge.fury.io/py/textual.svg)](https://badge.fury.io/py/textual)
8+
![OS support](https://img.shields.io/badge/OS-macOS%20Linux%20Windows-red)
9+
710

811
Textual is a *Rapid Application Development* framework for Python.
912

@@ -16,27 +19,33 @@ Build sophisticated user interfaces with a simple Python API. Run your apps in t
1619

1720
A quick run through of some Textual features.
1821

19-
2022
https://github.com/user-attachments/assets/71afec49-fe89-4e8d-a8cf-148fa2601362
2123

22-
2324
</details>
2425

2526

27+
### Impatient?
28+
29+
Try the [textual demo](https://github.com/textualize/textual-demo) *without* installing.
30+
31+
32+
2633
![Textual supports themes](https://github.com/user-attachments/assets/3de1a991-1154-48b4-b547-21f98509f8c4)
2734

2835

29-
## About
36+
37+
38+
39+
---
3040

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

33-
On modern terminal software (installed by default on most systems), Textual apps can use **16.7 million** colors with mouse support and smooth flicker-free animation. 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.
43+
Textual apps can use **16.7 million** colors with mouse support and smooth flicker-free animation.
3444

35-
Great [docs](https://textual.textualize.io/), and a [builtin testing framework](https://textual.textualize.io/guide/testing/) means that Textual apps can be maintained idefinitely.
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.
3646

37-
## Compatibility
47+
Great [docs](https://textual.textualize.io/) and a [builtin testing framework](https://textual.textualize.io/guide/testing/) means that Textual apps can be maintained idefinitely.
3848

39-
Textual runs on Linux, macOS, and Windows. Textual requires Python 3.8 or above.
4049

4150
## Installing
4251

@@ -46,11 +55,7 @@ Install Textual via pip:
4655
pip install textual textual-dev
4756
```
4857

49-
> [!NOTE]
50-
> `textual-dev` adds the textual tool for development, but isn't needed for distributing Textual apps.
51-
52-
53-
See the [docs](https://textual.textualize.io/getting_started/) if you need help getting started.
58+
See the docs if you need help [getting started](https://textual.textualize.io/getting_started/).
5459

5560
## Demo
5661

0 commit comments

Comments
 (0)