A simple calculator that reveals the chances of getting a given hand in a poker game. It takes card rank and suit as it's two-character input.
The calculator uses one deck to draw cards. Then it randomly draws community cards, simulating thousands of games. After the calculations it spits out the hand names with given probability preceded by it's strength.
After the simulation, percentage results are presented, indicating how many games on average you would get a given hand. This should help in decision making during the game.