python-chess
There are 86 repositories under python-chess topic.
clarkerubber/irwin
irwin - the protector of lichess from all chess players villainous
QueensGambit/CrazyAra
A Deep Learning UCI-Chess Variant Engine written in C++ & Python :parrot:
fsmosca/Python-Easy-Chess-GUI
A Chess GUI based from Python using PySimpleGUI and Python-Chess.
vitogit/pgn-tactics-generator
Generate chess puzzles / tactics from a pgn file
marcizhu/readme-chess
♟️ Play Multiplayer Chess in a README file!
rpdelaney-archive/python-chess-annotator
Reads chess games in PGN format and adds annotations using an engine
AnshGaikwad/Chess-World
A simple chess game for comparing your moves with other chess engines
permutationlock/merge-pgn
A simple tool to merge several chess games stored in pgn files into a single game with all lines included as variations. Useful for creating pgns for opening trainers such as ChessTempo.
OTAKUWeBer/ChessPilot
Introducing an advanced chess bot that effortlessly automates gameplay on virtually every board configuration, delivering a seamless and immersive experience.
mdoege/PyTuroChamp
Python implementations of early chess engines including TUROCHAMP
dwcoates/pygn-mode
An Emacs major-mode for chess PGN files, powered by Python
Phillyclause89/ChessMoveHeatmap
Visualize possible future moves for any chess position.
jsun1590/chess.com-bot
Simple Chess.com bot written in Python.
martian56/ChessGame
Chess Game with python.
fsmosca/chess-chiller
Read pgn files, parse positions in the game and save interesting positions for problem-solving sessions.
H-a-y-k/hichesslib
hichesslib is a cross-platform Python GUI chess library.
ianfab/chess-analysis
Evaluate quality of play metrics for chess
fsmosca/PgnToEpd
Converts positions in the games from PGN file to EPD format
fsmosca/Multiple-move-Epd-Analyzer
Analyzes epd file having multiple solution moves with points
ludwigfriborg/chazzbot
Chess AI using neural networks to predict move value
mdoege/TUROjs
TUROCHAMP as a Python Flask web app
fsmosca/combat
A python script to run engine vs engine game matches.
abhinav7sinha/python-chessx
A chess XAI program
adgramigna/chess-data
Getting Data from Lichess API to gather insights about chess games from top players
mdoege/fbUCI
An UCI chessboard for the Linux framebuffer
Razamindset/stockfish-game-review
A server side stockfish 17 based game review sytem
SandroMartens/chess-opening-transpositions
Statistical analysis on how opening variations transpose into each other in pro games on Lichess
amirhossein-hkh/Chess
python chess
mpi3d/python-chess
French chess games with graphical interface
StevenAdema/chess-blunder-scout
A Flask app that randomly selects previously played positions where you had made an inaccuracy. Improve your chess by finding the moves you missed!
abhinav7sinha/python-chessnet
Model the game of chess as a large complex network
afozk95/pgn-to-gif
Generate GIFs of chess games from PGN files
ezipe/ChessCheater
Integration of stockfish, selenium, and python-chess to cheat on chess.com
fsmosca/booklet-writer
A program that will generate chess book lines automatically using a chess engine by depth-first search algorithm.
jacksonthall22/chess.ts
A direct port of `python-chess` to TypeScript!
Nishu219/NegaKnight
NegaKnightV7, a sophisticated chess engine designed to play against a human opponent. It is implemented entirely in pure Python within a single file, and notably, it operates as a single-threaded application. It is recommended to use it with PyPy. Possibly, one of the strongest HCE engine written in single-file python.