An app that calculates the probability of pulling out a ball specific colour from the bag filled with balls.
First you put in the Bag any colour Balls (or you can fill the bag with a random set of balls).
Then you can:
- check the bag content, i.e. check how many balls of each colour are in the bag
- check the probability of pulling out a ball specified colour from the bag, eg. red
- check what is the most probable ball colour which will be take out next
This is my first attempt of creating an app interface in python (or to code anything in python actually :))