Read Cutechess and Winboard/Xboard chess games and get the average depth of players or engines.
usage: gad.exe [-h] [-i INPUT] [-o OUTPUT] [-a MINCP] [-b MAXCP] [-l {0,1}
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
input pgn filename default is games.pgn
-o OUTPUT, --output OUTPUT
output csv filename default is gad_output.csv
-a MINCP, --mincp MINCP
minimum score in centipawn
-b MAXCP, --maxcp MAXCP
maximum score in centipawn
-l {0,1}, --log {0,1}
output some info to gad_log.txt, by default log is
disabled or 0
Read pgn and output move times in seconds. Supported pgn output are from Cutechess, Winboard and Arena.
usage: gte.exe [-h] [-i INPUT] [-o OUTPUT]
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
input pgn filename default is games.pgn
-o OUTPUT, --output OUTPUT
output text filename default is gte_output.txt
Read pgn and output total time, game average and median. Tested to work on cutechess pgn output.
usage: gts.exe [-h] [-i INPUT] [-o OUTPUT] [-l {0,1}]
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
input pgn filename default is games.pgn
-o OUTPUT, --output OUTPUT
output text filename default is gts_output.txt
-l {0,1}, --log {0,1}
output some info to gts_log.txt, by default log is
disabled or 0