textual/examples
2022-12-20 17:24:19 +00:00
..
calculator.css fix examples 2022-12-08 17:24:34 +00:00
calculator.py Add sensible error to query 2022-10-23 09:52:31 +01:00
code_browser.css tweak 2022-11-19 19:36:44 +00:00
code_browser.py fix stable scrollbars 2022-11-19 17:21:23 +00:00
dictionary.css comments, set_focus, and screen resize 2022-10-15 10:54:00 +01:00
dictionary.py simplify compose 2022-10-15 13:07:15 +01:00
five_by_five.css Fix spelling mistake in 5x5 CSS 2022-10-28 07:34:33 +01:00
five_by_five.md Add 5x5 as an example 2022-10-19 16:47:25 +01:00
five_by_five.py Remove universal=True from bindings in 5x5 2022-12-15 14:30:48 +00:00
food.json fixed some rendering glitches 2022-11-17 16:59:29 +00:00
json_tree.py Add 2022 year in review blog post 2022-12-20 17:24:19 +00:00
pride.py typing pride 2022-10-22 08:34:23 +01:00
README.md move example apps, add render_lines to scrollview 2022-06-08 16:19:17 +01:00

Textual Examples

This directory contains example Textual applications.

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

cd textual/examples
python pride.py