GTO Poker Strategy – Random Number Generator Program [Link in Description]

Poker Strategy Info And Source:

Link to download the program from github: https://github.com/real-poker/RNGclick
(Updated with some options to customize + code cleanup compared to video version)

Simple script I coded in Python in order to more comfortably use a random number generator during online poker play. Freely available RNG programs I came across were bulky and annoying to use while multi-tabling 6-max NLHE cash.

The script is a basic GUI program using the tkinter package in Python. When you left click on the GUI window, a new random number is generated from 1-100, and colour coded based on how high/low the number is. Right clicking the GUI window clears numbers from your view. The window is easily resized and put wherever you like during play.

I do a quick demonstration of how to use the program at a zoom cash game on pokerstars. GTO, or game theory optimal strategies in poker involve mixed strategies in many situations, so it is worth it to have an easy way to randomize your actions to properly execute preflop opening hand ranges, 3bet ranges, 4bet ranges, 5bet ranges, as well as postflop play.

Source: YouTube

Share this video:
GTO Poker Strategy – Random Number Generator Program [Link in Description]

6 thoughts on “GTO Poker Strategy – Random Number Generator Program [Link in Description]

  1. I’ve been looking for something like this for so long. Thank you haha

  2. Hi! I have been searching for this! Ty. Is it possible for me to get 0-50 red and above green for aggro/passive action? Thanks

  3. Hey cool video! This looks way more optimized for a workspace than an entire webpage just for something like random.org

  4. Is it possible to modify the program to automatic generate other number each 3 seconds? (without clicking)

  5. Is it possible to have it for Windows 32 Bit? The version which I downloaded its for 64 bit and it doesn't work. Thanks!

Comments are closed.