Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 522 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 522 Bytes

Chessglyphs

About

Chessglyphs produces a random chessboard based on 128-bits of entropy.

Example

This is an image

Installation

First, clone the repo and enter the folder:

git clone git@github.com:shea256/chessglyphs.git

cd chessglyphs

Next (optional), create a virtual environment and enter it:

virtualenv venv

source venv/bin/activate

Last, install the dependencies:

pip install -r requirements.txt

Usage

python main.py