You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple poker statistics program to analyse your opponents'
behaviour.
It reads the PokerTH logs, so you should collect them for a more
precise analysis.
Prerequirements
In order to compile and link this application you need the Qt development files.
On Ubuntu and derived distributions you can install anything you need with:
This program has two build systems: QMake and CMake. You can choose.
CMake
cd /path/to/PokerTH_tracker
mkdir build
cmake -B build .&& make -C build
sudo make install
QMake
cd /path/to/PokerTH_tracker
mkdir build
cd build
qmake ../PokerTH_tracker.pro && make
sudo make install
Special thanks to
the internet portal openclipart.org for providing funny cliparts
to be used in PokerTH Tracker. All cliparts are published under
the terms of an open source license.
PGP
All precompiled binaries since v0.2.2 are signed with my PGP key 992E9547.
If it is not signed or the signature is broken, you should not trust
the source!
License
(C) 2015-2021 Daniel Steinhauer (9 of Spades)
PokerTH Tracker is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
PokerTH Tracker is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
About
A simple statistics analysis tool for PokerTH logs.