duncandc / bingo_cards

Repository for code used to create random bingo cards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BINGO Cards

bingo_cards is a package used to create random BINGO cards from a list of user-supplied phrases.

Documentation

This readme and the doc strings within the code are the only provided documentation. Good luck.

Installation

Add this package so that it is in you PYTHONPATH. You should then be able to import the BingoCard class that makes up this entire package.

Example

Please see the example notebook in the "notebooks" directory.

Author: Duncan Campbell (2018)

About

Repository for code used to create random bingo cards.


Languages

Language:Jupyter Notebook 85.2%Language:Python 14.8%