Metadata-Version: 2.1
Name: easier_pygame
Version: 0.1.1
Summary: the python library that makes PYGAME easier to use
Home-page: UNKNOWN
Author: OortStudios (ShakedKod)
Author-email: <OortStudiosOfficial@gmail.com>
License: UNKNOWN
Keywords: python,pygame,easier,easier pygame
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENCE


# Easier Pygame



## Table of Contents



- [About](#about)

- [Getting Started](#getting_started)

- [Contributing](contributing.md)



## About <a name = "about"></a>



This python library is a wrapper for the pygame library.

It provides a simple interface for creating games in pygame without all the bloat code that needs to be written for pygame to work.



## Getting Started <a name = "getting_started"></a>



to use this package go to your console and write: 

```

pip install pygame-easier

```



if it doesn't work try: 

```

python -m pip install pygame-easier

```



### Prerequisites



before you start you need to install:

* [python](https://www.python.org/downloads/)

* [pip](https://pip.pypa.io/en/stable/getting-started/)

* [pygame](https://www.pygame.org/wiki/GettingStarted)

* [moviepy](https://zulko.github.io/moviepy/install.html)



