Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.46 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.46 KB

Python Poker Probabilities

graphical user interface poker card simulation to calculate the probabilities for opponent cards

How to use the GUI correctly?

Select cards on the GUI!

  1. first two cards are your cards.
  2. next three cards are the flop, so the table open visible cards.
  3. fourth card is the turn, part of table open visible cards.
  4. fifth card is the river, also part of table open visible cards.
  5. sixth card restarts the round. Deck is shuffled.

New: Burn cards with right click! Pre flop hand ranking. Ace low straight added. Main to opponent player comparison. Added probability to get a specific hand ranking after flop. Added chance to get a better rank.

optional: You can also restart the round with the button CLEAR.

  • You can see the probabilities for hand rankings in the terminal.

alt text

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.