In this project, I used Python to create a simple dice roll simulator. I built the GUI with Tkinter, and used the random module to simulate dice rolls based on probability. I also managed image assets ...
Rolls some dice and returns the results as a list. :param amount: The amount of dice to roll. :return: A list of dice rolls.