Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianandrews/flopferret
Texas Hold'em board texture analyzer.
https://github.com/julianandrews/flopferret
Last synced: 14 days ago
JSON representation
Texas Hold'em board texture analyzer.
- Host: GitHub
- URL: https://github.com/julianandrews/flopferret
- Owner: julianandrews
- License: gpl-3.0
- Created: 2014-10-25T00:14:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T20:31:14.000Z (about 4 years ago)
- Last Synced: 2024-08-01T16:55:11.156Z (3 months ago)
- Language: Python
- Size: 423 KB
- Stars: 16
- Watchers: 3
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FlopFerret
==========
Texas Hold'em board texture analyzer.![Screenshot](screenshot.jpg)
Installation
------------### Debian with Python 3.7, Ubuntu with Python 3.6, MacoOS
Download the the latest release [here](https://github.com/JulianAndrews/flopferret/releases).
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](https://github.com/julianandrews/flopferret/releases/tag/v0.1-alpha).### 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.