GitHub - Textualize/textual-demo: Quick access to the Textual demo (original) (raw)

A demonstration and teaching aid for building terminals apps with Textual.

Tip

No hacks were required to make your terminal do this!

Textual supports themes

If you have uv installed:

uvx --python 3.12 textual-demo

If you have pipx installed:

pipx run --python 3.12 textual-demo

Screenshot 2024-11-24 at 12 32 53

Game Page

Textual is not a game framework, but we can still have a little fun with it!

Check out the Sliding Puzzle in the demo:

textual-game

Projects Page

A small selection of Textual projects.

Screenshot 2024-11-24 at 12 34 05

Widgets Page

Try out some of Textual's widgets.

Screenshot 2024-11-24 at 12 34 44 Screenshot 2024-11-24 at 12 41 04

Build Terminal Apps

See the Textual docs to start building!