Skip to content

Dimasss16/poker-equity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker Equity Calculator

Texas Hold'em equity calculator using Monte Carlo simulation. Computes pre-flop hand rankings and live odds as community cards are revealed.

Supports the following:

  • Real-time equity updates through preflop -> flop -> turn -> river
  • 2-6 players dynamic probabilities updates with folding functionality
  • Visual poker table with auto-calculating equity

Usage

Web App

python -m api.app

Opens at http://localhost:5003. Enter hole cards for each player; equity calculates automatically as you add board cards.

live odds

python -m scripts.live_odds_cli.py

Dependencies

  • Python 3.8+
  • eval7
  • Flask
  • pandas, matplotlib, tqdm

About

Texas Hold'em equity calculator that computes winning probabilities for all 169 starting hands and live odds as community cards are revealed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors