Program extract non-obvious strong moves with the help of uci server and engines.
usage: client.py [-h] [--header {all,concise,minimal}] [-cp CENTIPAWNS] [-d DEPTH] [-n N_VARIATIONS] [-e E] input_pgn_path output_pgn_path where:
--headerdefines header type,-cpmin required centipawns difference between best and second best move,-dmin engine search depth,-nnumber of variations (min: 2),-epath to UCI Server configuration fileinput_pgn_pathpath to the game in pgn format,output_pgn_pathwhere to save extracted moves (in pgn format).
Filters description is given in filters.md file.