Metadata-Version: 2.1
Name: pygame_wrapper
Version: 0.2.0
Summary: A simple wrapper around pygame
Project-URL: Documentation, https://github.com/Duve3/Pygame-wrapper#readme
Project-URL: Issues, https://github.com/Duve3/Pygame-wrapper/issues
Project-URL: Source, https://github.com/Duve3/Pygame-wrapper
Author-email: Duve3 <Duv3tabest@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: pygame,wrapper
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: pygame-ce
Description-Content-Type: text/markdown

# Pygame Wrapper

[![PyPI - Version](https://img.shields.io/pypi/v/pygame_wrapper.svg)](https://pypi.org/project/pygame_wrapper)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pygame_wrapper.svg)](https://pypi.org/project/pygame_wrapper)

-----

**Table of Contents**

- [Introduction](#introduction)
- [Installation](#installation)
- [Documentation](#documentation)
- [License](#license)

## Introduction

This is a project that I created in order to have an easier time when creating games with pygame, its not super complex or super good but it really helps lowering some of the annoying boilerplate of pygame. This project automatically comes with pygame-ce because I believe it is superior than pygame. Normal pygame will work but you will have to manually uninstall pygame-ce and install pygame

## Installation

```console
pip install pygame_wrapper
```

## Documentation

Go to the `DOCS.md` file (in the same directory) for the documentation.

## License

`pygame_wrapper` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
