textual/examples
2022-01-18 12:50:35 +00:00
..
animation.py Remove unused import 2021-10-07 15:57:29 -04:00
basic.css hover pseudo class 2022-01-10 15:18:58 +00:00
basic.py Remove unused binding from basic.py example 2022-01-18 12:50:35 +00:00
big_table.py fix for scrollview space 2021-09-19 21:09:31 +01:00
calculator.py Calculator fix 2021-09-20 15:07:58 +01:00
code_viewer.py message_ to handle_ 2021-08-27 16:50:28 +01:00
colours.txt fix for timer 2021-12-28 16:09:27 +00:00
easing.py easing example 2021-09-12 15:31:15 +01:00
example.css basic fixes 2021-12-28 13:49:25 +00:00
grid.py black 2021-09-05 08:57:22 +01:00
grid_auto.py simplify example 2021-08-07 12:15:27 +01:00
README.md ws 2021-08-06 11:54:20 +01:00
richreadme.md forward events, scrolling 2021-06-13 17:25:50 +01:00
simple.py ws 2021-10-25 13:50:00 +01:00
theme.css eof 2021-10-03 21:22:51 +01:00

Examples

Run any of these examples to demonstrate a Textual features.

The example code will generate a log file called "textual.log". Tail this file to gain insight in to what Textual is doing.

tail -f textual