Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 473 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 473 Bytes

DiceRollDashboard

This is a streamlit dashboard where i utilize pythons random.randint function to teach my kids about propability in dice rolling and coin flipping. Its useless as they still refuse to belive that coinflips have a 'fair' 50/50 chance ('head is much more common') :D

Setup streamlit

pip install streamlit

navigate to dice.py folder

cd /pathtofile/

run app on localhost

streamlit run dice.py