Metadata-Version: 2.3
Name: textual-demo
Version: 1.0.2
Summary: The Textual demo, packaged for your convenience
Project-URL: Documentation, https://github.com/Textualize/textual-demo#readme
Project-URL: Issues, https://github.com/Textualize/textual-demo/issues
Project-URL: Source, https://github.com/Textualize/textual-demo
Author-email: Will McGugan <willmcgugan@gmail.com>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.2
Requires-Dist: textual[syntax]>=0.85.0
Description-Content-Type: text/markdown


Quick access to the [Textual demo](https://github.com/textualize/textual)

The Textual demo is bundled with the Textual library.
This project bundles that app so that it is a single command away.
      
If you have [uv](https://docs.astral.sh/uv/guides/tools/) installed:

```
uvx textual-demo
```

If you have [pipx](https://pipx.pypa.io/stable/) installed:

```
pipx run textual-demo
```

## Was that fun? 

Head over to [Textual](https://github.com/textualize/textual/) to start building!


## Video 
     
https://github.com/user-attachments/assets/9e802aa1-c3a4-42bd-9669-66cba205cc74
     




