SIGN IN SIGN UP
Textualize / textual UNCLAIMED

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.

0 0 12 Python
# Textual Examples
2021-07-29 16:53:54 +01:00
This directory contains example Textual applications.
2021-07-29 16:53:54 +01:00
2023-01-16 16:07:58 +01:00
To run them, navigate to the examples directory and enter `python` followed by the name of the Python file.
2021-08-06 11:54:20 +01:00
```
cd textual/examples
python pride.py
2021-08-06 11:54:20 +01:00
```