pygame-gui
There are 201 repositories under pygame-gui topic.
fusionengine-org/fusion
A custom open-source game engine on Python and Pygame, it is written in pure Python! It is easy and fast!
karan236/Algorithm-Visualizer
This project (a desktop app) is for educational purpose. The main objective of this project is to help beginners to be able to visualize the basic algorithms and get a better understanding of the underlying operations. And obviously it is needless to say that anyone who is willing to contribute is invited to use their creativity in making the visualizations even better and attractive. One can add fresh Algorithms and visualization of their choice too. It has been developed in python using the pygame and tkinter libraries. You can also improve the readability of the code by providing a better structure to the code (could also refactor the variable and function names) and document it.
msaad1999/GREY--Python3-2D-Game
2D vertical scrolling 'Jet' Game made in Python 3
Harlok13/Crygeen
demonstrates a simple game menu using the Pygame library
David-Elkabas/Sudoku
Sudoku generator and solver with simple GUI created in Python using Pygame
dmaccarthy/sc8pr
A simple framework for new and experienced Python programmers to create animations, games, and other graphics-based programs. Includes GUI controls, robotics simulator, and video recording and effects.
gaetanserre/ChessAnalyzer
An in-depth chess game analyzer written with Python 3 using Stockfish engine
Impelon/PyGVisuals
A collection of Classes to create GUI's and more based purely on pygame (https://www.pygame.org/news).
gopikrishnabs/Alley-Visualizer
Shortest Path Finding VIsualizer. Using Variety of different State Space Search Algorithms.
hasii2011/albow-python-3
Albow running on Python 3.x
ritu-thombre99/QNim-App
QNim game is quantum version of classical Nim game. In QNim game, human/classical computer will play against quantum computer. Developed using pygame in python
biggus-developerus/quack-gui
A simple and easy-to-use GUI framework for Pygame
drahulsingh/Flappy-Bird
Flappy Bird is a classic arcade-style game where players control a bird, navigating it through a series of pipes. The objective is to pass through as many pipes as possible without hitting them.
r57zone/MiyooMiniPythonApp
Sample app for Miyoo Mini in Python / Пример приложения для Miyoo Mini на Python
Random-09/Pac-man-chase
"Pac-man: chase!" ("Пак-мен: погоня!") - динамичная компьютерная игра на основе легендарной классической аркадной игры “Pac-man”.
rebmanop/Pathfinding-Visualizer
Visualization tool for the most popular pathfinding and maze generation algorithms.
AlvarMarkhester/pg-inventory-system
A basic inventory system with drag n drop feature in pygame.
pooya-shams/Game-of-Life
# Game-of-Life A simulator of John Conway's Game of Life written in python using the pygame library
harshagrawal523/GenerativeAgents
Generative agents — computational software agents that simulate believable human behavior and OpenAI LLM models. Our main focus was to develop a game - “Werewolves of Miller’s Hollow”, aiming to replicate human-like behavior.
rebmanop/Game-of-Life
John Conway's Game of Life written in python using pygame
AbdullahELyamany/Play-Sound
Design and program play sound App useing python language (Tkinter, pygame)
aexyzk/hyprpaper-gui
A Wallpaper changer for Hyprpaper, written in Python with Pygame.
GameGenesis/Pygame-Utils
Utilities classes for the pygame module in Python
JingShing-Python/Pygame-multiwindow-with-multiprogress
Using multiprocessing to make multi window in pygame. Can use multiple time pygame.display.set_mode().
JingShing-Tools/Pygame-Dialogue-Editor
A Dialogue Editor based on pygame. It's JRPG style dialogue simulator and editor. You can see the result in time.
Layerex/pygame_button
Just a simple pygame button.
MartinGurasvili/Conways-Game-of-Life
This is a visualisation tool of Conway's Game of Life written in python using the pygame framework, with preloaded patterns
MattIPv4/Whack-a-Mole
A simple but expandable Whack a Mole game written with PyGame.
s0lst1ce/pigUI
A WIP Pygame GUI toolkit.
simran2104/Games_Made_In_Python
Simple Games Made in Python Programming Language
TechWhizKid/IntergalacticWar
A 2D Space Shooter game with 7 maps made using python.
TechWhizKid/LogiSound
A program that enables the user to choose a personalized sound effect that accompanies an image that appears when the user signs in.
m4reQ/guinea
A lightweight Python module that simplifies gui creation in pygame by providing ready-to-use widgets.
Unlim8ted-Studio-Productions/Easy_pygame_UI-Maker
https://replit.com/@wofab11230/Easy-pygame-UImaker?v=1
AdelSuarez/proyecto-ucab-py
2D video game
Killswitch5150/Final-Stand
A simple Pygame enabled Python project, looking to give the same feel as the flash games of the earlier 2000s. This project is a top down, side-shooter defense game where the player must shoot waves of enemies in this never-ending up-down shooter. I want to keep the scope of this project small and manageable so I don't end up never "finishing" it.