Skip to main content

Chess GUI using pywebview and chessboard.js.

Project description

py-chessboardjs

Chess GUI using pywebview and chessboard.js.

Documentation Status This is a part of Chess-Ant project. That manual will be updated soon.

Chess-Ant is currently too slow to function as a chess engine. To make matters worse, there is a glitch in the call to chess-ant. It is possible to experiment by loading pgn and having it solve the problem.

Installation

Please read the pywebview and PyGObject manuals, and install dependent packages before proceeding.

If you are Ubuntu user:

sudo apt install python3-venv
python3.11 -m venv ~/.venv3.11
source ~/.venv3.11/bin/activate
which pip
pip install py-chessboardjs[gtk]

If you want to install it on local repository:

cd py-chessboardjs
pip install .[gtk]

QT user:

pip install py-chessboardjs[qt]

CEF user:

pip install py-chessboardjs[cef]

Install your favorite UCI engine:

sudo apt install stockfish

Usage

py-chessboardjs-gtk
py-chessboardjs-qt
py-chessboardjs-cef

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_chessboardjs-0.0.2.tar.gz (1.7 MB view hashes)

Uploaded Source

Built Distribution

py_chessboardjs-0.0.2-py3-none-any.whl (1.7 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page