rwbc / Python-Chess-Scripts

Tools to process things using python chess library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Chess Scripts

Tools to process things using python chess library.

A. Setup

Install python

Download and install python.

Install python-chess

pip install python-chess

B. Plot

Command line:

Images will be found in PGN folder.

python plot.py --input ./PGN/TCEC_Season_19_-_Superfinal.pgn --tcec --white-line-color yellow --black-line-color red --plot-bg-color "#01104C" --min-eval-limit -7 --max-eval-limit 7

plot1

C. Credits

About

Tools to process things using python chess library.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%