Skip to content

An extensive module of various tools and tools for creating a modern graphical interface for pygame-ce users

License

Notifications You must be signed in to change notification settings

aratakileo/pygex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygex (pygame-ce extended)

An extensive module of various tools and tools for creating a modern graphical interface for pygame-ce users

Navigation

Preview

[Run this demonstration code]

Current development version: 0.3.4 (the same version will be installed)

Use examples:

Requirements

  • python >= 3.10
  • pygame-ce >= 2.2.1

Optional:

  • PIL >= 9.0 (pip install Pillow) - for piece of image.py
  • cv2 (pip install opencv-python) - for surface_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

[Look for last release]

[Look for other releases]