pygex (pygame-ce extended)
An extensive module of various tools and tools for creating a modern graphical interface for pygame-ce users
Navigation
Preview
Current development version: 0.3.4 (the same version will be installed)
Use examples:
Requirements
python >= 3.10pygame-ce >= 2.2.1
Optional:
PIL >= 9.0(pip install Pillow) - for piece ofimage.pycv2(pip install opencv-python) - forsurface_recorder.py
How to install pygex
To install pygex of current development version just use this command
pip install git+https://github.com/aratakileo/pygex.git
for windows
py -m pip install git+https://github.com/aratakileo/pygex.git
for unix/macos
python3 -m pip install git+https://github.com/aratakileo/pygex.git
