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

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


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

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# py-chess-cui

install stockfish
```
sudo apt-get install stockfish
```

install libraries
```
pip3 install python-chess
```

run:
```
python3 playchess.py
```

enjoy chess in terminal
![image](https://github.com/ForLoopCodes/py-chess-cui/assets/89027512/59784d26-12cc-4885-ac5d-f7e51e4a22a0)