Home

Awesome

Chess

A python library for playing chess.

Build Status Coverage Status Scrutinizer Code Quality PyPI Version PyPI Downloads

Getting Started

Requirements

Installation

Chess can be installed with pip:

$ Coming soon

or directly from the source code:

$ git clone https://github.com/theovoss/chess.git
$ cd chess
$ python setup.py install

Basic Usage

After installation, the package can imported:

$ python
>>> import chess
>>> chess.__version__