textual/examples
2023-02-25 14:41:00 +00:00
..
calculator.css fix examples 2022-12-08 17:24:34 +00:00
calculator.py new syntax for calculator 2023-02-25 14:41:00 +00:00
code_browser.css tweak 2022-11-19 19:36:44 +00:00
code_browser.py context compose 2023-02-20 16:26:12 +00:00
demo.md No, I repeat, no abbreviations 2023-02-14 17:28:24 +00:00
dictionary.css Markdown and dictionary example 2023-02-18 22:43:13 +00:00
dictionary.py fix for dictionary example 2023-02-21 13:57:52 +00:00
example.md added hr to markdown example 2023-02-24 17:33:20 +00:00
five_by_five.css Switch 5x5's help over to the new Markdown viewer 2023-02-17 14:27:11 +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 Swap the 5x5 game header to the alt-compose method 2023-02-21 22:02:01 +00:00
food.json fixed some rendering glitches 2022-11-17 16:59:29 +00:00
json_tree.py Remove TreeNode as a pseudo-widget 2023-01-23 17:37:58 +00:00
markdown.py Enable "pathlike" locations for the Markdown viewer 2023-02-15 09:55:20 +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

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