python-chess is a chess library for Python, with move generation, move validation, and support for common formats. This is the Scholar's mate in python-chess: ...
This module uses python-chess for direct board analysis to compute interpretable positional metrics, while using Stockfish only for overall centipawn evaluation. Ideal for creating educational chess ...