News

A Chess GUI based from Python using PySimpleGUI and Python-Chess modules. Users can also load a chess engine and play with it. This program is based on a demo chess against ai from PySimpleGUI.
This is a simple python made chess game to run in the console (chess.py). You can move by typing eg. "b2 d4". Or you can also play via GUI (see chess_GUI.py).
Welcome to the Build & Challenge Series! In this first project, we’re creating a classic favorite—Hangman, but with a cool twist! Using Python and the customtkinter library, you’ll learn how to build ...
Welcome to Day Three of my 21-day project series! Today I’ll make a rock paper scissors game with a GUI interface in python that has nothing special. Except for a different code implementation. I ...