Here is a Small Attempt to Recreate One of the popular Games, Angry Birds in Python using Pygame
Link to 14 Hour Time Lapse of coding the game from Scratch: Angry Birds - 14 Hour Time Lapse
Link to Blog: Angry Birds in Python Using PyGame
pip install pygame
wget https://github.com/jatinmandav/Gaming-in-Python/tree/master/Angry_Birds
From Angry_Birds/ Directory:
$ python3 main.py or
$ python main.py