Metadata-Version: 2.4
Name: TableGUI
Version: 1.1.1
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.

![Image of a grayscale scale inside the engine](example.png "Engine demo")

## Installation
The easiest way to install TableGUI is through PyPi (pip)
```
pip install TableGUI
```

## Usage
I don't know. Read the documentation (coming soon.)

## Version changelog
### 1.1.0: Fixes every issue.
### 1.1.1: Change some definitions of the table interpretation.
