This is a simple dice rolling application written in Python using the Tkinter library.
- Clone the repository/copy code to your local machine.
- Open a terminal window and navigate to the project directory.
- Run the following command to start the application:
python dice.py
-
The application will open a window with a label and an entry box.
-
Enter a number in the entry box and click the "Roll" button.
-
The application will roll a die and display the result in the entry box.
- Features
-[X] The application can roll a die from 1 to 6.
-[X] The application has a simple user interface.
-[X] The application is easy to use.