fpdb-3

FPDB 3

stars issues license example workflow

starting new project base on fpdb python3 adaptation of MegaphoneJon and update from ChazDazzle (tx to all previous contribs)

Feel free to clone it, and to participate to this development.

I’m not an expert python developer, this project, as a poker player, is for me to develop my skills in this language during my free time.

Updating to python 3.11.9

FPDB is a poker tools - HUD - Replayer

wiki

Board

Community

Requirement for dev

mkdir ~/.fpdb
cp HUD_config.xml ~/.fpdb

Install the dependencies and devDependencies

Using anaconda

You can use anaconda with Python 3.11: https://www.anaconda.com/download

Using UV package manager

Install UV

uv venv
source .venv/bin/activate

Think to install your needed libs … in my case linux with postgresql:

uv pip install .[linux][postgresql]
uv run ./fpdb.pyw`

This will create a virtual env (in .venv dir), install all dependencies and run the program.

Using pip

pip install .[build,windows]

or

pip install .[build,linux]

or

pip install .[build,macos]

Dev test

FPDB3

python fpdb.pyw

FPDB3 web

python start_fpdb_web.py 

Bugs report and new hand support

you can report the bugs in the appropriate section Specify your Os you can send your HH in error by email jejellyroll.fr@gmail.com

Free Software, Hell Yeah!