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
Copy file name to clipboardExpand all lines: README.md
+50-6Lines changed: 50 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,50 @@
11
11
12
12
# Textual
13
13
14
-
Build cross-platform user interfaces with a simple Python API.
14
+
Build cross-platform user interfaces with a simple Python API. Run your apps in the terminal *or* a web browser.
15
15
16
-
Run your apps in the terminal *or* a web browser.
16
+
Textual's API combines modern Python with the best of developments from the web world, for a lean app development experience.
17
+
De-coupled components and an advanced [testing](https://textual.textualize.io/guide/testing/) framework ensure you can maintain your app for the long-term.
0 commit comments