Files
textual/examples
Dave Pearson c881a9657f Add a Label widget
For the moment this does nothing more than inherit from a Static; but what
it does do is make it easier for someone to add text to their application
and to style it by styling all the Labels. Before now it would be common to
use a Static but if you try and style (or query) all Statics, you'd also get
things like Buttons, which inherit from Static.

See #1190
2022-11-16 15:03:24 +00:00
..
2022-09-20 18:16:03 +01:00
2022-10-23 09:52:31 +01:00
2022-10-04 10:12:25 +01:00
2022-10-27 14:30:22 +01:00
2022-10-15 13:07:15 +01:00
2022-10-19 16:47:25 +01:00
2022-11-16 15:03:24 +00:00
2022-10-22 08:34:23 +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