mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
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
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