https://github.com/forloopcodes/py-chess-gui
https://github.com/forloopcodes/py-chess-gui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forloopcodes/py-chess-gui
- Owner: ForLoopCodes
- Created: 2023-07-21T15:34:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T15:50:07.000Z (over 2 years ago)
- Last Synced: 2025-01-13T23:44:53.831Z (12 months ago)
- Language: Python
- Size: 1.37 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

enjoy chess gui!
