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.
FPDB is a poker tools - HUD - Replayer
mkdir ~/.fpdb
cp HUD_config.xml ~/.fpdb
Install the dependencies and devDependencies
You can use anaconda with Python 3.11: https://www.anaconda.com/download
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.
pip install .[build,windows]
or
pip install .[build,linux]
or
pip install .[build,macos]
FPDB3
python fpdb.pyw
FPDB3 web
python start_fpdb_web.py
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!