Memorize Preflop is a simple tool for memorizing preflop ranges. It has a range builder, a chart trainer, hand traininer, and custom reporting system. It allows for users to custom train any set of ranges from both a chart and hand persepective. Feel free to checkout the demo video here: Youtube
Please checkout this youtube video for a simple example on how Memorize Preflop can be used!
Windows installation is the easiest. Just click the link above and extract the folder. Then to run the application, just click on the file titled Memorize Preflop.
Currently, MacOS and Linux binaries are not available (Will be available in early January!). However, it is still very easy to build from source, but one will need a few dependencies: Python, Numpy and PyQT5. A simple list of steps to follow are listed here (Folks familiar with programming can easily just run the sol.py file in src folder if they have dependencies installed):
- Install python through Anaconda Anaconda Install
- Open your terminal in finder. On Mac, press command space bar and search terminal.
- (Optional) Create a virtual env: ```conda create -n memorizePreflop python=3.8'''
- Install Dependencies:
a)
conda install PyQt
b)conda install numpy
- Download the source. The easiest way is through git:
git clone https://github.com/lukebhan/memorizePreFlop.git
- Navigate to folder.
cd memorizePreFlop/src
- Run the application
python sol.py
MemorizePreFlop will always be Free and Open Source. Feel free to submit a pull request with any ideas or bugs you find. Also, if you don't want to go through solving the bug, feel free to make an issue.
This is licensed under GNU .