Lets the user input a number of players P and a number of trials N. The program then plays N rounds of Texas Hold-Em with P players and 1 deck. Finally, it returns the percentage of those N rounds in which the player with the best cards after the flop ended up winning the round.
Python 2.7
deuces
py -2 pokerDeuces.py players trials