Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 607 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 607 Bytes

Warning: easyplayer has stopped maintenance. Please use opengame instead.

Easyplayer

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

Installation

Use pip:

pip install easyplayer

Use git:

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

Document

See https://stripepython.github.io/easyplayer/