https://github.com/vikcch/live-squeezer
An intuitive and easy to use interface for converting live and tv poker hands to a PokerStars Hand History file format.
https://github.com/vikcch/live-squeezer
builder cards gambling hand-history-builder hand-history-generator hh-builder hh-generator poker poker-hand-generator pokerstars-hand-history tv-poker-hands
Last synced: 3 months ago
JSON representation
An intuitive and easy to use interface for converting live and tv poker hands to a PokerStars Hand History file format.
- Host: GitHub
- URL: https://github.com/vikcch/live-squeezer
- Owner: vikcch
- License: gpl-3.0
- Created: 2020-10-04T17:14:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-16T18:44:31.000Z (5 months ago)
- Last Synced: 2026-01-17T06:36:22.860Z (5 months ago)
- Topics: builder, cards, gambling, hand-history-builder, hand-history-generator, hh-builder, hh-generator, poker, poker-hand-generator, pokerstars-hand-history, tv-poker-hands
- Language: JavaScript
- Homepage: http://livesqueezer.winningpokerhud.com/
- Size: 705 KB
- Stars: 8
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live Squeezer
An intuitive and easy to use interface for converting live and tv poker hands to a PokerStars Hand History file format.
See it on action: [Live Squeezer](http://livesqueezer.winningpokerhud.com)
[Support us](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MRHAEHLF9RYAN&source=url), we need you! A small gift is much appreciated. Thank you!
## Input Table Infomation

### Stakes
Format: small blind / big blind (ante) [straddle] [straddle]
E.g.: `10/20(2)[40][80][160]`
Mandatory: small blind / big blind
### Perspective
TV: All known cards show up in the beginning
Hero: Only Hero Cards show up in the beginning; the remaining are shown at showdown or when players went all-in.
## Input Players Information

Options to enter the Hole cards by typing or pick from the follow popup

## Input Players Action

Options to type `fold`, `check`, `call`, the _amount_ for bets and raises or use _arrow keys_ to _fold_, _check/call_ or _undo_ de action
## Save Hand History on File

Options to save the Hand History to a new file or append it to an existing one
The hand will be appended and save to the selected file when `+ Append to:` button is clicked, considere using 'Local Storage save' when converting a full session!
## Save Hand History on Local Storage

Information about the local storage space

Local Storage Manager options
* Save All Hands Histories in one file
* Delete All Hands Histories
* Save the Hand History in a file
* Delete the Hand History from local storage
* Show the Hand History
* Make a note on the Hand History
## Export Hand
Options to Export the hand to a [Online Replayer](http://replayer.winningpokerhud.com) or to a forum formated text

## New Hand History
Options
* New hand - New blank hand
* Next Hand - The button will advance to the next player and the player stacks will adjust accordingly to the action of this hand!
## Forum Format Image

## License
Licensed under the [GPLv3](./LICENSE)