Skip to content

aratakileo/pygex

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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]