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: ...
Zest is a modular chess bot framework designed to explore different chess AI strategies. The project includes several bot implementations ranging from random move selection to deep search algorithms ...