Skip to main content

Library for generating banko plates

Project description

Banko

A small pure Python library for randomly generating Banko-plader (Danish), also known as Bingo plates in the UK.

Dependencies:

  • Python 3

Usage:

from banko import Algorithm2

seed = 42
algo = Algorithm2(seed)
algo.generate()

Output:

[[0, None, 21, 30, None, None, None, 73, 80],
 [None, None, 28, None, 41, None, 66, 74, 82],
 [None, 19, 29, None, 43, 58, None, None, 86]]

Future work

Generate pretty images from array.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

banko-0.1.0.tar.gz (13.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page