On my first year at university I was tasked to program a simple game with a library called Tkinter. The game was a dice rolling game written on python with the PyCharm Software.
When running the code we get an interface, we can modify all parameters like colour, size and fonts.
Root
Canvas
Background Label
Title Label
Internal Frame
My name Label
2nd background Label
Button
If I were to improve the app, I would have add another dice display window as some games require 2 dices and each dice window would have its own respective button too. Another function that could be added is a stop music button as not everyone may enjoy the music.