Skip to content

theovoss/Chess

Repository files navigation

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:

$ pip install git+git://github.com/theovoss/Chess.git

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__