hellfire103 / bingotool
Script to call out bingo numbers (Codeberg mirror)
/ (trunk)
Tree
bingotool
![[1] [2] ![[3]
A customisable script to display bingo numbers.
Usage
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`
Using `pipx`
Manual
1. Clone the repo: ``` git clone https://codeberg.org/hellfire103/bingotool ``` **or** ``` git clone https://source.community/hellfire103/bingotool.git ``` 2. Install the following modules as system packages (i.e. using `apt`, `pacman`, etc.):
- python3
- python3-pyfiglet
3. Install charset_normalizer[1] 4. Install the script:
```
sudo install -m 755 bingotool.py /usr/local/bin/bingotool
```
5. *(Optional)* Install the manpage: ``` gzip -c bingotool.1 | sudo tee /usr/local/share/man/man1/bingotool.1.gz ```
ยท ยท ยท
ยฉ 2026 source.community