Dice Rolling Simulator using random module in Python 🎲

That program make your RPG session more easy and simple. Roll the dice never been easier and fun.

On Terminal:

If you want to play this on a terminal, you need to run the program on your favorite terminal using VsCode or other source-code editor. Don't forget to verify that you have a Python interpreter installed on your machine. Then you just need to say yes and choose what die to you want to roll (D4, D6, D8, D10, D12, D20, D100).

On the UI If you want to play this using the UI made using PySimpleGUI, you have to install PySimpleGUI click here to Install. So after the installation, you need to run the program on your favorite terminal using VsCode or other source-code editor. Don't forget to verify that you have a Python interpreter installed on your machine. Then you just need to choose what die to you want to roll (D4, D6, D8, D10, D12, D20, D100), and press "Ok".

Tech Stack:

The following tools were used in the construction of the project: Python PySimpleGUI