textual/examples
Will McGugan 149c5e2a1d
color command example (#3314)
* color command example

* Scroll to end
2023-09-15 13:11:34 +01:00
..
calculator.py Rename CSS files to TCSS. 2023-08-22 13:21:17 +01:00
calculator.tcss Rename CSS files to TCSS. 2023-08-22 13:21:17 +01:00
code_browser.py Merge branch 'main' into M-x 2023-08-23 14:22:28 +01:00
code_browser.tcss Rename CSS files to TCSS. 2023-08-22 13:21:17 +01:00
color_command.py color command example (#3314) 2023-09-15 13:11:34 +01:00
demo.md No, I repeat, no abbreviations 2023-02-14 17:28:24 +00:00
dictionary.py Rename CSS files to TCSS. 2023-08-22 13:21:17 +01:00
dictionary.tcss Rename CSS files to TCSS. 2023-08-22 13:21:17 +01:00
example.md Replace markdown table (#2055) 2023-03-18 10:38:26 +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 Rename CSS files to TCSS. 2023-08-22 13:21:17 +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 Allow loading a different file into the markdown example 2023-09-06 09:27:22 +01: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