Banko
A small pure Python library for randomly generating Banko-plader (Danish), also known as Bingo plates in the UK.
Dependencies:
- Python 3
How to install:
pip install banko
Usage:
from banko.algorithms import Algorithm2
from banko.render import render_ascii
algo = Algorithm2()
rows = algo.generate(seed=42)
print(render_ascii(rows))
Output:
1 21 30 73 80
22 41 66 74 82
18 28 43 58 86
Future work
Generate pretty images from array.
Release files for banko 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| banko-0.1.4.tar.gz | 14.7 kB | Details |
Release files / banko-0.1.4.tar.gz
| Download URL | banko-0.1.4.tar.gz |
|---|---|
| Size | 14.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
21dc46ab93f6feb58322fa2122c17ed1e670436705a189879bf2a26012dee36a
|
|
BLAKE2b-256 checksum How to use checksums |
0b278e42ac83a0b30546db1ba280ec7d1aed6baa14aae460b7a90f940fbf9b5e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.5
|