/Python-Chess-Scripts

Tools to process things using python chess library.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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