This is a very basic version of the game yahtzee, in which 5 dice are rolled. The code uses a Web API to retrieve random values for the dice. (Of course, Python could generate the numbers itself. But ...
The user can play a game of Yahtzee with a friend on the same machine or against the computer. A tutorial provides instructions on how the game works on this site and the Yahtzee game rules in general ...