Metadata-Version: 2.4
Name: atgui
Version: 1.0.2
Summary: ATGUI - Advanced Terminal GUI, Makes making Terminal GUI's easier and better!
Author-email: Raynixx <4raynixx@gmail.com>, ChickenStrips05 <chickenstrips05@proton.me>
License-Expression: AGPL-3.0-or-later
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ATGUI - Advanced Terminal GUI

![](https://img.shields.io/github/last-commit/x4raynixx/ATGUI?style=for-the-badge&color=8AD7EB&logo=git&logoColor=FFFFFF&labelColor=1E202B)

![](https://img.shields.io/github/stars/x4raynixx/ATGUI?style=for-the-badge&color=86DBD7&logo=andela&logoColor=FFFFFF&labelColor=1E202B)

![](https://img.shields.io/github/repo-size/x4raynixx/ATGUI?style=for-the-badge&color=86DBCE&logo=protondrive&logoColor=FFFFFF&labelColor=1E202B)

---

> ATGUI is a Simple Pythonic GUI Creation Library for all your Terminal needs!

# Installation

Get ATGUI by running these following Commands:

- For Stable Releases
```sh
pip install atgui
```

- For Development Releases
```sh
pip install git+https://github.com/x4raynixx/ATGUI
```

# Usage

> Check out [Quick Start](docs/quick_start.md) and [The list](docs/list.md) for the usage instructions!

# Contributing

> Check the [Contributing](CONTRIBUTING.md) page for more details
