This commit is contained in:
Waylon Walker 2022-10-25 07:47:13 -05:00
commit 7b7dd9d811
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
11 changed files with 352 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# textual-tutorial
[![PyPI - Version](https://img.shields.io/pypi/v/textual-tutorial.svg)](https://pypi.org/project/textual-tutorial)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/textual-tutorial.svg)](https://pypi.org/project/textual-tutorial)
-----
**Table of Contents**
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install textual-tutorial
```
## License
`textual-tutorial` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.