Extended library for pygame users
Current development version: 0.3.2
(the same version will be installed)
Use examples:
python >= 3.10
pygame >= 2.0.1
Optional:
PIL >= 9.0
(pip install Pillow
) - for piece ofimage.py
cv2
(pip install opencv-python
) - forsurface_recorder.py
To install pygex
of current version just use this command
pip install git+https://github.com/teacondemns/pygex.git
for windows
py -m pip install git+https://github.com/teacondemns/pygex.git
for unix
/macos
python3 -m pip install git+https://github.com/teacondemns/pygex.git
If pygame
installation failed for python3.11
, just use this command to fix it
pip install pygame --pre
for windows
py -m pip install pygame --pre
for unix
/macos
python3 -m pip install pygame --pre