You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Textual is a *Rapid Application Development* framework for Python.
12
9
13
10
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)!
@@ -20,28 +17,22 @@ Build sophisticated user interfaces with a simple Python API. Run your apps in t
Textual adds interactivity to [Rich](https://github.com/Textualize/rich) with an API inspired by modern web development.
43
32
44
-
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 and re-usable components makes it possible to build apps that rival the desktop and web experience.
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.
34
+
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
36
46
37
## Compatibility
47
38
@@ -52,14 +43,12 @@ Textual runs on Linux, macOS, and Windows. Textual requires Python 3.8 or above.
52
43
Install Textual via pip:
53
44
54
45
```
55
-
pip install textual
46
+
pip install textual textual-dev
56
47
```
57
48
58
-
If you plan on developing Textual apps, you should also install the development tools with the following command:
49
+
> [!NOTE]
50
+
> `textual-dev` adds the textual tool for development, but isn't needed for distributing Textual apps.
59
51
60
-
```
61
-
pip install textual-dev
62
-
```
63
52
64
53
See the [docs](https://textual.textualize.io/getting_started/) if you need help getting started.
65
54
@@ -71,7 +60,6 @@ Run the following command to see a little of what Textual can do:
0 commit comments