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
Fast generator of chess openings book with support for Arena's book format (ABK).
2
+
This is the simple tool to generate ABK (Arena's book format) files using a collection of games saved in the PGN file. There are several sources of PGN files, my favorite one is https://database.lichess.org/. It takes about 30 minutes to parse 190 GB file on normal HDD.
3
+
4
+
# Usage
5
+
6
+
```
7
+
-i, --input Required. PGN input file to process.
8
+
-o, --output Required. ABK output file.
9
+
-p, --plies (Default: 2147483647) Maximal number of plies to parse.
10
+
-e, --elo Minimal average ELO of players to parse the game.
11
+
-t, --time Minimal initial game time to parse the game.
12
+
-m, --multithreading Enable support for multithreading.
0 commit comments