
gui-game · GitHub Topics · GitHub
Jul 31, 2023 · A classic Tic-Tac-Toe game built using Python and Tkinter. Features a simple GUI for two players, perfect for learning GUI development. Contributions welcome!
Python - Hangman [GUI] · GitHub
The GUI now arranges letter buttons in a grid and uses clear labels to display the game board, guessed letters, and remaining lives. Both mouse clicks and keyboard inputs are supported, so players can type their guesses as well as click on buttons.
python-game · GitHub Topics · GitHub
Apr 25, 2025 · Tic Tac Toe game with GUI in python using Tkinter and also a restart functionality and displays which player turn now. Python Tetris Game with pygame with a video tutorial explaining each line. A simple space shooter from a parallel universe next door. It was built using Python and Pygame. The game is still being updated.
A step-by-step guide to building GUI games in Python - Codingal
Mar 20, 2023 · In this guide, we learned the basics of GUI game development with Python. We explored the different libraries and tools available for GUI programming and learned how to create a simple GUI game using Tkinter.
Hangman Game with a GUI in Python - GeeksforGeeks
Apr 24, 2025 · Hangman is a word-guessing game where one player thinks of a word and the other player tries to guess it by suggesting letters. A blank line is drawn for each letter in the word, and the player fills in the blanks with correct guesses.
Detective Game In GUI In Python · GitHub
Mar 10, 2023 · Detective Game In GUI In Python. GitHub Gist: instantly share code, notes, and snippets.
Build a Tic-Tac-Toe Game With Python and Tkinter
Developing a tic-tac-toe game in Python using Tkinter combines programming logic with graphical user interface design (GUI). This tutorial guides you through creating the game logic and a Tkinter-based GUI to produce a fully functional tic-tac-toe game.
python-gui · GitHub Topics · GitHub
Apr 28, 2025 · Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.
GUIs with pygame - pygame wiki
Specialized GUI library with a rich GUI element set and a high functionality. It serves nearly all needs expected from a GUI library, which includes a relatively high (internal) complexity.
A GUI Tic-Tac-Toe game written in Python with an AI using ... - GitHub …
Sep 26, 2024 · A GUI Tic-Tac-Toe game written in Python with an AI using the minimax algorithm. Also uses alpha-beta pruning to increases the efficiency of the minimax algorithm.
- Some results have been removed