Local analysis tool for Pokercraft
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Pokercraft Local
This is a customized visualization tool using downloaded data from Pokercraft in GGNetwork.
Dependencies
- Python 3.12
- plotly, pandas
I develop most stuffs on WSL and did not tested on other operating systems yet.
How to run
-
Install dependencies with
pip, optionally on virtual environment.pip install -r requirements.txt
-
Download "Game summaries" file by pressing green button on your pokercraft tournament section. If there are too many tournament records on your account, GGNetwork will prevent you from bulk downloading, therefore you may have to download separately monthly or weekly records.
-
Unzip your downloaded data, and put all of them under single folder. The library finds all
GG(blabla).txtfiles recursively by default, so it's ok to make multiple folders inside to avoid duplication easier. -
For CLI, run
run_cli.pywith some arguments. If you installed dependencies in your virtual environment, make sure you enabled it before.python run_cli.py -d (YOUR_DATA_FOLDER) -o (OUTPUT_FOLDER) -n (YOUR_GG_NICKNAME)
For GUI, simply run
run_gui.py. Then you will be able to view following image.python run_gui.py -
Go to your
OUTPUT_FOLDERand open generated.htmlfile. Note that plotly javascripts are included by CDN, so you need working internet connection to properly view it.
Features
- Net Profit & Rake chart
- Profitable Tournaments Ratio chart (This is different from ITM; If you made profits by bounty killing without being ITM, then it is also counted as "profitable")
- Average Buy In Amount chart
- Relative Prize Return chart
- ITM Scatters chart
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pokercraft_local-1.0.5.tar.gz.
File metadata
- Download URL: pokercraft_local-1.0.5.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f16d2c6533db7db8417b2076007d0f7e617cdd3e75d4d28c2bf72ca060941d6
|
|
| MD5 |
74c970cc4b064932c738251ae07f8735
|
|
| BLAKE2b-256 |
b291f977dcd8d27e99f1eef3e9bd177dc9f007699ff53e9d54d0d9b706d8db4f
|
File details
Details for the file pokercraft_local-1.0.5-py3-none-any.whl.
File metadata
- Download URL: pokercraft_local-1.0.5-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eadb28fbf43c27908e4f0a5925cdc040c92087019217161e26d7c60900d6df7c
|
|
| MD5 |
f024b02e470f2ff35f4cdd9ab1a80fd6
|
|
| BLAKE2b-256 |
de0962977fe3b776dcd7fffbaf27f0f275d3bc1247cc3da27149e127263966f1
|