Script to call out bingo numbers
Project description
bingotool
A customisable script to display bingo numbers.
Usage
usage: bingotool.py [-h] [-v] [-n NAMES] [minimum] [maximum]
generate bingo numbers
positional arguments:
minimum lowest bingo number (default: 1)
maximum highest bingo number (default: 90)
options:
-h, --help show this help message and exit
-v, --version display software version
-n, --names FILE display bingo names from FILE
Customisation
You can specify your own bingo lingo in the form of a JSON file by passing the -n or --names argument. An example file containing the standard names is included in this repo.
Installation
Using pip
pip install --upgrade bingotool
Using pipx
pipx install bingotool
Manual
- Clone the repo:
orgit clone https://codeberg.org/hellfire103/bingotoolgit clone https://source.community/hellfire103/bingotool.git - Install the following modules as system packages (i.e. using
apt,pacman, etc.):- python3
- python3-pyfiglet
- Install charset_normalizer
- Install the script:
sudo install -m 755 bingotool.py /usr/local/bin/bingotool - (Optional) Install the manpage:
gzip -c bingotool.1 | sudo tee /usr/local/share/man/man1/bingotool.1.gz
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bingotool-1.1.2.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bingotool-1.1.2.tar.gz.
File metadata
- Download URL: bingotool-1.1.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eec2a382b9312ce763c076885a8a750bccd53d28a42aba143be8ca1181be6273
|
|
| MD5 |
684a74de625e869ca057e2443932cd6e
|
|
| BLAKE2b-256 |
e8a8de7de7a53b8d81fab432defd5120bca9877b935da4af6a700210408daa4a
|
File details
Details for the file bingotool-1.1.2-py3-none-any.whl.
File metadata
- Download URL: bingotool-1.1.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
001a778afec435cfc0727f4a2995aacbb873b1553fd656b90e92bc74e500a113
|
|
| MD5 |
80863630c8002435a963728bc24830f4
|
|
| BLAKE2b-256 |
6a909af08d3a632a5b6cb8a0fb6bb2e668cbe7da8d6f9a3ae1757b95ca8b5e09
|