From f3fbf6750dcd198556f96622e28ce986351f14c7 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 27 Nov 2024 15:04:36 +0000 Subject: [PATCH] Update README.md --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d58efd9f9..6507dcd64d 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,49 @@ Try the [textual demo](https://github.com/textualize/textual-demo) *without* ins Textual adds interactivity to [Rich](https://github.com/Textualize/rich) with an API inspired by modern web development. -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. Here are just a few examples: + + + + + + + + + + + + + + + + + + + +
+ + ![buttons](https://github.com/user-attachments/assets/2ac26387-aaa3-41ed-bc00-7d488600343c) + + + +![tree](https://github.com/user-attachments/assets/61ccd6e9-97ea-4918-8eda-3ee0f0d3770e) + +
+ + ![datatables](https://github.com/user-attachments/assets/3e1f9f7a-f965-4901-a114-3c188bd17695) + + + +![inputs](https://github.com/user-attachments/assets/b02aa203-7c37-42da-a1bb-2cb244b7d0d3) + +
-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. 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. + ## Installing Install Textual via pip: @@ -66,9 +102,11 @@ python -m textual ``` + ## Documentation