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

author
TeaCondemns
May 8, 2023
c8b5914 · May 8, 2023
May 8, 2023
Nov 9, 2022
Jan 16, 2023
Feb 27, 2023
Feb 27, 2023

Repository files navigation

PygEx (Pygame Extended)

Extended library for pygame users

Navigation

Preview

[Run this demo project]

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

Use examples:

Requirements

  • python >= 3.10
  • pygame >= 2.0.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 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

[Look for previous version]

[Look for other versions]