Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rolling-Dice-probability

Python3 GUI app for calculate Rolling Dice probability

Clone project

git clone https://github.com/mohammaddehnavi/Rolling-Dice-probability.git
cd Rolling-Dice-probability

Install virtual env

pip3 install virtualenv
python3 -m venv env-rolling-dice-probability
source env-rolling-dice-probability/bin/activate

Install requirements

## Upgrade your pip
pip install --upgrade pip

## install packages
pip install -r requirements.txt

RUN

python3 main.py

Change GUI

If 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

Create executable file

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

application pics

main1 main1 main1

About

Python3 GUI app for calculate Rolling Dice probability

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages