Skip to content

julianandrews/flopferret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlopFerret

Texas Hold'em board texture analyzer.

Screenshot

Installation

Debian with Python 3.7, Ubuntu with Python 3.6, MacoOS

Download the the latest release here.

For Ubuntu you'll need a version with a Python 3.6 package, and for Debian Python 3.7. The MacOS install includes a bundled python interpreter.

Windows

Download the Alpha release here.

Other versions of Linux

Make sure you have pip installed for Python 3.6, 3.7, or 3.8 pip --version should let you know). Then:

pip install flopferret

should be all you need. On Linux systems I recommend

pip install --user flopferret

Better yet, install it in a virtualenv, and link the flopferret binary to somewhere on your path.