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: ...
A simple chess game implemented in Python using the Pygame library. It features a basic AI that calculates the optimal move by peeking DEPTH moves ahead. The AI assesses positions and scores only.