♟️ Chesston ♟️

Chesston (Chess+Python) is a two-player chess game with graphical user interface written in PyQt5.

? Dependencies

This program uses PyQt5 library for gui programming and chess library to validate user moves and declaring checkmate. You need to install these packages with:

pip install PyQt5
pip install chess

? Usage

To run the application, type this in your terminal:

python main.py

App Demo

GitHub

View Github