An open API service indexing awesome lists of open source software.

https://github.com/forloopcodes/py-chess-gui


https://github.com/forloopcodes/py-chess-gui

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

download stockfish:
```
https://github.com/official-stockfish/Stockfish/releases/download/sf_16/stockfish-windows-x86-64-avx2.zip
```

install libraries:
```
pip install python-chess
```

Remember to change the path to engine (where you unzipped it - path to .exe) and the next path to the location where you saved the images (aka place in this directory where the .py is saved)
![image](https://github.com/ForLoopCodes/py-chess-gui/assets/89027512/2cde2c81-b702-49bb-9588-fa205c5a6828)

enjoy chess gui!
![image](https://github.com/ForLoopCodes/py-chess-gui/assets/89027512/4114a8a2-14a8-4daf-951b-3d4bbc0f8102)