A Python application that simulates the rolling of a dice, randomly picking one of the 6 faces and then displaying it.
This project was one of many little projects I wrote while teaching myself Python from scratch. Code 100% my own, based an algorithm which I deduced from someone else's sudoku solver video on YouTube.