Skip to content

PoojaJKamble/Dice-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Dice-Simulator

Rolling two Dice at once using tkinter Python. It’s a simple cube with dots from 1 to 6 written on it's face. Thus a dice simulator is a simple computer model that can roll a dice for us. Python offers various packages to design GUI, tkinter is the most common, fast, and easy to use Python package used to build Graphical User Interface applications. It provides a powerful Object-Oriented Interface and is easy to use. Also used to develop an application.

Setup and installtion

Install Python: https://www.python.org/downloads/ Install Pycharm: https://www.jetbrains.com/pycharm/download/#section=windows Install tkinter: pip install tkinter

Documentation

Python: https://www.python.org/doc/ Tkinter: https://pypi.org/project/tk-tools/

About

Rolling two Dices at once using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages