Metadata-Version: 2.1
Name: easyplayer
Version: 0.2.1
Summary: Easyplayer is a python library that encapsulates the complex API of pygame2 to help users build games faster.
Home-page: https://github.com/stripepython/easyplayer
Author: stripe-python
Author-email: stripe-python@139.com
Maintainer: stripe-python
Maintainer-email: stripe-python@139.com
License: UNKNOWN
Download-URL: https://github.com/stripepython/easyplayer
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pygame (==2.1.2)
Requires-Dist: click (~=8.1.3)
Requires-Dist: opencv-python (==4.6.0.66)
Requires-Dist: tqdm (==4.64.0)
Requires-Dist: requests (==2.28.1)
Requires-Dist: PyExecJS (==1.5.1)
Requires-Dist: pyttsx3 (==2.90)
Requires-Dist: aiml (==0.9.2)
Requires-Dist: pythonnet (==2.5.2)
Requires-Dist: pydub (==0.25.1)
Requires-Dist: pypiwin32 (==223) ; platform_system == "Windows"

# Easyplayer
Easyplayer is a python library that encapsulates the complex API of pygame2 to help users build games faster.

<h1 style="color:#FF0000;">Dev Version, instable!</h1>

# Install
Use `pip`:
```shell
pip install easyplayer
```
Use `git`:
```shell
git clone https://github.com/stripepython/easyplayer.git
cd easyplayer
pip install -r requirements.txt  
# If the installation fails, it can be installed manually.
python setup.py install
```


