Chessglyphs produces a random chessboard based on 128-bits of entropy.
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
python main.py