Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shredthaGNAR/poker
A poker hand equity calculator, PokerStars and Full Tilt hand parser and history browser, and table HUD for Hold'em, Omaha, Draw, Stud and Badugi, written using Java 1.7 and Swing
https://github.com/shredthaGNAR/poker
Last synced: 5 days ago
JSON representation
A poker hand equity calculator, PokerStars and Full Tilt hand parser and history browser, and table HUD for Hold'em, Omaha, Draw, Stud and Badugi, written using Java 1.7 and Swing
- Host: GitHub
- URL: https://github.com/shredthaGNAR/poker
- Owner: shredthaGNAR
- License: other
- Fork: true (alexyz/poker)
- Created: 2022-01-05T13:27:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T13:23:54.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:43:59.267Z (3 months ago)
- Homepage:
- Size: 1.78 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PET - Poker Equity Tool
PET includes
- A poker equity calculator for
- Hold'em, Omaha, Omaha H/L - estimated pre-flop, and exact post
flop
- 5 Card Draw, 2-7 Triple Draw (estimated)
- Stud, Razz, 5 Card Stud (estimated)
- Badugi (estimated)- A fast PokerStars and Full Tilt hand parser, with
- searchable/sortable lists of players, games, tournaments and hands
- Two hand replayers, both including hand equity and SPR (stack to
pot ratio)
- a floating HUD for tables currently being played atPET does not modify, move or copy parsed hand history files, or share
them with others (as doing so would be against the PokerStars TOS).## Screenshots
The Omaha equity calculator (could use simplifying a bit)
![Screenshot](petom.png)
The hand parser last hand table
![Screenshot](petlh.png)
The hand parser replayer
![Screenshot](petrep.png)
## Download
No binary download provided