Metadata-Version: 2.1
Name: Abinde
Version: 2.4
Summary: Abinde is an easy-to-use python module for pygame.
Home-page: https://github.com/Abinde-Game-Dev
Author: _TheRealPenguin
License: MIT License
        
        Copyright (c) 2022 _TheRealPenguin
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/Abinde-Game-Dev/Abinde
Project-URL: Bug Tracker, https://github.com/Abinde-Game-Dev/Abinde/issues
Keywords: game python lightweight open-source raspberry-pi mac linux games image game-engine simple game-development game-2d pygame help-wanted easy-to-use easy open-source-project good-first-issue pygame-games pygame-game
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

![](Abinde.png)
# Abinde

![size](https://img.shields.io/github/languages/code-size/Abinde-Game-Dev/Abinde)
![issues open](https://img.shields.io/github/issues/Abinde-Game-Dev/Abinde)
![issues closed](https://img.shields.io/github/issues-closed/Abinde-Game-Dev/Abinde)
![contributors](https://img.shields.io/github/contributors/Abinde-Game-Dev/Abinde)
![milestones](https://img.shields.io/github/milestones/all/Abinde-Game-Dev/Abinde)
![stars](https://img.shields.io/github/stars/Abinde-Game-Dev/Abinde)
![forks](https://img.shields.io/github/forks/Abinde-Game-Dev/Abinde)
![watchers](https://img.shields.io/github/watchers/Abinde-Game-Dev/Abinde)
![language](https://img.shields.io/github/languages/top/Abinde-Game-Dev/Abinde)
![license](https://img.shields.io/github/license/Abinde-Game-Dev/Abinde)
![checks](https://img.shields.io/github/checks-status/Abinde-Game-Dev/Abinde/main)


![status](https://img.shields.io/pypi/status/Abinde)
![format](https://img.shields.io/pypi/format/Abinde)
![python](https://img.shields.io/pypi/pyversions/Abinde)
![version](https://img.shields.io/pypi/v/Abinde)
![downloads](https://img.shields.io/pypi/dd/Abinde)
![pygame](https://img.shields.io/github/pipenv/locked/dependency-version/Abinde-Game-Dev/Abinde/pygame)
![pillow](https://img.shields.io/github/pipenv/locked/dependency-version/Abinde-Game-Dev/Abinde/pillow)

Abinde is a python module for pygame.

## Resources

- [__docs__](https://abinde-game-dev.github.io)
- [__security__](SECURITY.md)
- [__support__](SUPPORT.md)

## Advantages

- Easy to use
- Lightweight

## How to use

### Shell

```sh
pip install -U Abinde
```

### Python

```python
import Abinde as ab
game = ab.Game()
player = ab.sprite.Rectangle()
game.mainloop()
```

## Requirements

- __pygame__ for module.
- __python__ for running module.
- __PIL__ for image support

## Tested on

| Raspberry Pi OS | Mac             |
|-----------------|-----------------|
| Stable (v2.0.1) | Stable (v1.9.6) |

## Please Note

To use this module, you will need at least some experience with coding python.

## Details/Credits

- Made with [__python__](https://python.org).
- Thank you to all the people at [__pygame__](https://pygame.org), who worked hard to make an __awesome__ module.

