Metadata-Version: 2.4
Name: TableGUI
Version: 1.1.3
Summary: A functional system to convert arrays into pixels using pygame.
Author-email: minaroblox <emanuelgardunomondragon@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/MinaRoblox/TableGUI
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.3.4
Requires-Dist: pillow>=12.0.0
Requires-Dist: pygame>=2.6.1
Dynamic: license-file

# TableGUI: A game engine using arrays (now rendering in a screen)
### (DO NOT DOWNLOAD ANY VERSION BELOW 1.1.0)
A pygame-dependent arrays in lists system to convert the data inside the lists
inside of an array to convert to pixels in a screen.

![Demo usage of TableGUI](https://s6.imgcdn.dev/Yy7uQe.png)
## Installation
The easiest way to install TableGUI is through PyPi (pip)
```
pip install TableGUI
```

## Usage
I don't know. Try reading the documentation (probably coming soon)

## Upcoming features:
 - Text
 - Mouse detection
 - Documentation (coming probably after text)

## Version changelog
### 1.1.0: Fixes every issue.
### 1.1.1: Change some definitions of the table interpretation
### 1.1.2: Fixed uses with the PyPi page.
### 1.2.0: Made some more funcionality for rendering images.
