Files
textual/examples/README.md
Galmo13 affcb60d9b Fixed a typo
Fixed a "buy" by a "by".
2023-01-16 16:07:58 +01:00

11 lines
228 B
Markdown

# 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
```