Open sugizo opened 2 years ago
python chess has this features with another name
for example make
is same board.push
not sure, is it same : board.push can make .bin from .pgn like on the link above (ubuntu package polyglot) ?
e.g. from the link polyglot make-book [-pgn inputfile] [-bin outputfile] [-max-ply ply] [-min-game games] [-min-score score] [-only-white] [-only-black] [-uniform]
if you want to have this features , you must download a chess GUI not chess board
python-chess is chess board not pro chess GUI
basically the idea is taken from python-chess itself while in pgn you can parsing (read) and writing why polyglot can only parsing (read)
if not possible, it's ok, just an idea or suggestion to have it on python-chess, still can use another app btw to achieve it
nice to have more features on polyglot like make, merge, dump, etc
ref http://manpages.ubuntu.com/manpages/bionic/man6/polyglot.6.html