random Qt gui app I made in python to get more familair with different poker math stuff
##it tracks:
- BB Calc: how many BB left based on blind and stack size
- PotOdds Calc: gives you pot odds based on bet and pot size
- MinEntry Calc: min # to increase prizepool based on gtd & entry$
##to come:
- Range vs Range calc
- hand vs range calc ** Which hands from their range i bet, which I loose to
- implied odds
- EV calc
- ?
- shove/fold calc: determines if shove or fold based on BBs and position
- ICM
- ?
##This python app requires the following:
- PyQt6
- ?