Files
textual/examples/README.md
2022-06-08 16:19:17 +01:00

11 lines
229 B
Markdown

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