Metadata-Version: 2.1
Name: fseasypygame
Version: 0.2.0
Summary: A simplified pygame wrapper for easier game development
Home-page: https://github.com/madhat386/fseasypygame
Author: madhat
Author-email: madhat625@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# fseasypygame

A simplified pygame wrapper for easier game development.

## Installation
```bash
pip install fseasypygame
```



## Usage

```
from fseasypygame import Game, GameObject

# Your game code here...
```
