Here are
50 public repositories
matching this topic...
irwin - the protector of lichess from all chess players villainous
Updated
Jun 17, 2022
Python
A Deep Learning UCI-Chess Variant Engine written in C++ & Python 🦜
Updated
Jul 5, 2022
Jupyter Notebook
A Chess GUI based from Python using PySimpleGUI and Python-Chess.
Updated
Oct 6, 2021
Python
Generate chess puzzles / tactics from a pgn file
Updated
May 6, 2022
Python
♟️ Play Multiplayer Chess in a README file!
Updated
Nov 27, 2021
Python
Reads chess games in PGN format and adds annotations using an engine
Updated
Apr 20, 2021
Python
A simple chess game for comparing your moves with other chess engines
Updated
Sep 3, 2020
Python
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.
Updated
Jan 12, 2021
Python
An Emacs major-mode for chess PGN files, powered by Python
Updated
May 31, 2022
Emacs Lisp
Read pgn files, parse positions in the game and save interesting positions for problem-solving sessions.
Updated
Jan 29, 2021
Python
Chess AI using neural networks to predict move value
Updated
Dec 19, 2020
Python
hichesslib is a cross-platform Python GUI chess library.
Updated
Mar 3, 2022
Python
A python script to run engine vs engine game matches.
Updated
Aug 23, 2020
Python
Converts positions in the games from PGN file to EPD format
Updated
Aug 12, 2019
Python
Analyzes epd file having multiple solution moves with points
Updated
Aug 15, 2021
Python
Updated
Aug 3, 2018
Python
A program that will generate chess book lines automatically using a chess engine by depth-first search algorithm.
Updated
Feb 19, 2022
Python
French chess games with graphical interface
Updated
Jan 11, 2021
Python
An UCI chessboard for the Linux framebuffer
Updated
Feb 7, 2020
Python
A Flask app that randomly selects previously played positions where you had made an inaccuracy. Improve your chess by finding the moves you missed!
Updated
Jan 15, 2022
Python
Integration of stockfish, selenium, and python-chess to cheat on chess.com
Updated
May 21, 2018
Python
A chess engine adapter that can combine 2 engines and play as one. First engine may play in the middle and the other engine may continue to play for the rest of the game.
Updated
Jun 6, 2020
Python
Chess engine is a simple chess-ai that can be played without leaving your terminal. Chess-Engine project is made for my course CSMI11.
Updated
Apr 23, 2019
Python
Software Papers as Software Modules: Towards a Culture of Reusable Results
Updated
Jun 28, 2018
Jupyter Notebook
TUROCHAMP as a Python Flask web app
Updated
Feb 18, 2020
JavaScript
Tools to process things using python chess library.
Updated
Apr 26, 2021
Python
An open source chess engine supported by python-chess hosted on an AngularJS Webapp for the purposes of research, education, and application of chess computation.
Updated
Jun 1, 2017
Python
Lichess bot API client that can play games with usage of external chess engine
Updated
Jun 21, 2022
Python
Deep learning in FEN’s win / loss evaluation.
Updated
Jan 22, 2022
Python
Improve this page
Add a description, image, and links to the
python-chess
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
python-chess
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Allows for setting arguments and options for Stockfish and/or Selenium at run time.
Can be implemented with a third party library such as
argparse