textual/examples
2025-04-11 16:17:37 +01:00
..
calculator.py don't make demo inline 2024-03-30 09:00:18 +00:00
calculator.tcss Theme tweaks (#5232) 2024-11-13 17:38:46 +00:00
clock.py clock example 2024-11-29 11:10:53 +00:00
code_browser.py fix(examples): import future annotations for code browser (#5329) 2024-12-03 10:04:58 +00:00
code_browser.tcss Theme tweaks (#5232) 2024-11-13 17:38:46 +00:00
color_command.py snapshots 2024-08-11 16:58:46 +01:00
demo.md No, I repeat, no abbreviations 2023-02-14 17:28:24 +00:00
dictionary.py docs: fix 'into' grammar 2024-12-30 20:33:02 +00:00
dictionary.tcss Theme tweaks (#5232) 2024-11-13 17:38:46 +00:00
example.md docs: fix 'into' grammar 2024-12-30 20:33:02 +00:00
five_by_five.md Switch 5x5's help over to the new Markdown viewer 2023-02-17 14:27:11 +00:00
five_by_five.py fix 5x5 quit 2024-06-07 17:26:48 +01:00
five_by_five.tcss Rename CSS files to TCSS. 2023-08-22 13:21:17 +01:00
food.json fixed some rendering glitches 2022-11-17 16:59:29 +00:00
json_tree.py examples: json_tree: Use public attributes (#2138) 2023-03-27 14:26:55 +01:00
markdown.py Actions 2024-08-14 16:39:08 +01:00
merlin.py Theme tweaks (#5232) 2024-11-13 17:38:46 +00:00
mother.py update tweaks 2024-11-26 16:11:42 +00:00
pride.py typing pride 2022-10-22 08:34:23 +01:00
README.md Fixed a typo 2023-01-16 16:07:58 +01:00
sidebar.py typo 2024-09-16 10:08:49 +01:00
splash.py added example 2023-12-13 10:52:45 +00:00
theme_sandbox.py Fix allow_focus 2025-04-11 16:17:37 +01:00

Textual Examples

This directory contains example Textual applications.

To run them, navigate to the examples directory and enter python followed by the name of the Python file.

cd textual/examples
python pride.py