Metadata-Version: 2.1
Name: pygame-helper-lib
Version: 1.0.0
Summary: A helper library for pygame
Author: VL07
Requires-Python: >=3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Project-URL: Bug Tracker, https://github.com/VL07/pygameHelperLib/issues
Project-URL: Homepage, https://github.com/VL07/pygameHelperLib
Description-Content-Type: text/markdown

# Pygame Helper
A helper library for pygame made by [@VL07](https://github.com/VL07)

## Installation
To install this library simply download it and put the folder in your projects main folder, and import it into your code

## Features
* Base game object with error handling
* Debuger like F3 in Minecraft
* Scene system

## Planned features
* Animation loader
* Image font loader/system
* Save load system
* Base objects
* Particles
* Gui system
* Animation system 

