Python3 GUI app for calculate Rolling Dice probability
git clone https://github.com/mohammaddehnavi/Rolling-Dice-probability.git
cd Rolling-Dice-probabilitypip3 install virtualenv
python3 -m venv env-rolling-dice-probability
source env-rolling-dice-probability/bin/activate## Upgrade your pip
pip install --upgrade pip
## install packages
pip install -r requirements.txtpython3 main.pyIf you want to change the GUI file please use QT Designer and open dice.ui and edit it and then create
your python file with pyuic5 -x dice.ui -o yourMain.py
I use auto-py-to-exe to compile this project to a single executable file. Link!
## install auto-py-to-exe
pip install auto-py-to-exe
## Run auto-py-to-exe for compile and build
auto-py-to-exe

