dice-roller-app
This is an application developed in Python that shuffles between the 6 faces of a dice, using buttons to shuffle and close the application.
The green-coloured 'Yes' button shuffles through randomly-selected faces of the dice while the red-coloured 'No' button will terminate the application.
*It is coded with Python-3.9 and uses Tkinter.