Metadata-Version: 2.4
Name: easycode-infinite
Version: 1.0.1
Summary: A simple GUI addon for Pygame, Pyglet, and Arcade
License-Expression: LicenseRef-Proprietary
License-File: LICENSE
Requires-Dist: arcade>=3.0
Requires-Dist: pygame-ce
Requires-Dist: pyglet>=2.0
Requires-Dist: roman
Description-Content-Type: text/markdown

##EasyCode-infinite
**EasyCode-infinite is a python library made specifically so there would be easier and better coding with a lot of simplification added**

EasyCode-infinite simplifies game development in Python by providing high-precision math variables and powerful, easy-to-use base classes for the industry's most popular 2D frameworks.

##Key Features
*it includes of 3 special variables BigDecimal, BigString, and BigVector
*includes of optimizations
*is very fast and can save memory potentially
*has a couple new sprites you can use
*supports arcade, pyglet, and pygame

##Installation
Install EasyCode via `pip` or `uv`:
```bash
pip install easycode_infinite
uv pip install easycode_infinite --system