.. raw:: html
<p align="center">
<a href="https://github.com/ShineyDev/screen/actions/workflows/analyze.yml?query=branch%3Amain+event%3Apush+is%3Acompleted">
<img alt="Analyze Status" src="https://github.com/ShineyDev/screen/actions/workflows/analyze.yml/badge.svg?branch=main&event=push" />
</a>
<a href="https://github.com/ShineyDev/screen/actions/workflows/build.yml?query=branch%3Amain+event%3Apush+is%3Acompleted">
<img alt="Build Status" src="https://github.com/ShineyDev/screen/actions/workflows/build.yml/badge.svg?branch=main&event=push" />
</a>
<a href="https://github.com/ShineyDev/screen/actions/workflows/check.yml?query=branch%3Amain+event%3Apush+is%3Acompleted">
<img alt="Check Status" src="https://github.com/ShineyDev/screen/actions/workflows/check.yml/badge.svg?branch=main&event=push" />
</a>
<a href="https://github.com/ShineyDev/screen/actions/workflows/deploy.yml?query=branch%3Amain+event%3Apush+is%3Acompleted">
<img alt="Deploy Status" src="https://github.com/ShineyDev/screen/actions/workflows/deploy.yml/badge.svg?branch=main&event=push" />
</a>
<a href="https://github.com/ShineyDev/screen/actions/workflows/lint.yml?query=branch%3Amain+event%3Apush+is%3Acompleted">
<img alt="Lint Status" src="https://github.com/ShineyDev/screen/actions/workflows/lint.yml/badge.svg?branch=main&event=push" />
</a>
</p>
.. raw:: html
<h1 align="center">ShineyDev/screen</h1>
<p align="center">A Python library for creating TUI inspired by WPF.<br><a href="https://github.com/ShineyDev/screen">source</a> | <a href="https://docs.shiney.dev/screen">documentation</a></p>
Install
.. code:: shell
$ python -m pip install --upgrade git+https://github.com/ShineyDev/screen.git@main
Use
.. code:: python
TODO
.. raw:: html
<h6 align="center">Copyright 2021-present ShineyDev</h6>