Metadata-Version: 2.1
Name: rich-demo
Version: 0.1.7
Summary: Tool to check the graphic features of a terminal using the rich library.
Home-page: https://github.com/chemacortes/rich-demo
License: MIT
Author: Chema Cortés
Author-email: dextrem@gmail.com
Requires-Python: >=3.7.0,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: IPython
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Requires-Dist: rich (>=13.0.1,<14.0.0)
Description-Content-Type: text/markdown

# Rich demo

Tool to check the graphic features of a terminal using the [rich library][1].

It can be used with [pipx][2]

```bash
pipx run rich-demo
```

Also, you can install it:

```bash
pipx install rich-demo
rich-demo
```

## Example

-----

![Rich-demo screenshot][3]

-----

[1]: https://github.com/Textualize/rich
[2]: https://github.com/pypa/pipx
[3]: https://github.com/chemacortes/rich-demo/raw/main/mintty_tiAfx8nc4v.png

