Category Python Projects

Looking to build a career in Python? Here are some Python Projects with Source Code. Improve your resume with multiple personal projects on it.

Snake Game In PYTHON With Source Code

Snake Game in Python

Project: Snake Game in Python with source code About Project This simple Snake Game project is written in Python. The project file contains image files and python scripts (game.py, duplicate.py). GUI uses pygame library. Talking about the gameplay, it’s a single player game, where the…

Air Hockey Game In PYTHON With Source Code

Air Hockey Game in Python

Project: Air Hockey Game in Python with source code About Project Air Hockey Game project is written in Python. The project file contains image files and python scripts (main.py, paddle.py, puck.py). GUI uses pygame library. Talking about the gameplay, its a two player game, playing…

Chess Game In PYTHON With Source Code

Chess Game in Python

Project: Chess Game in Python with source code About Project Chess Game project is written in Python. The project file contains image files and python scripts (chess.py). GUI uses pygame library. Talking about the gameplay, its a strategy board game between a Player and AI. There’s a colored…