Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 497 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 497 Bytes

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.

image

*It is coded with Python-3.9 and uses Tkinter.