Skip to content

theovoss/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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__

Releases

No releases published

Packages

No packages published