Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 729 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 729 Bytes

pychess-assitance

  • AI assist
  • Chessboard to fen

image

usage

# user_interface/interface.py
# change here
sf = Stockfish(
    path='<stockfish path>')

position = Position('captured image save path')
  • run interface.py

  • click left position and press '`' to save chessboard top left position

  • click right position and pres '`' to save chessboard bottom right position

  • if detected fen is not correct, click reset position and try again

  • click capture to see best move and centipawn which is suggested from AI