Generate bingo cards for your favorite tech conference!
-
Install Python for your desired environment.
-
Clone this repository:
$ git clone https://github.com/adambkaplan/conference-bingo.git
$ cd conference-bingo
- Install the dependencies (ideally using venv):
$ python -m venv env
$ source env/bin/activate
(env)$ pip install -r requirements.txt
- Create a YAML file with your board name, free space text, terms, and the header
!Bingo
. Be sure to include at least 24 terms for the standard 5x5 board.
!Bingo
title: Tech Conference
free_square: FREE
exclamation: Bingo!
terms:
- Computers
- Crypto(currency)
- Hybrid Cloud
- Internet
...
- Run the script:
$ python script.py --file /path/to/my/bingo.yaml
Use this repository to collaborate on Bingo word lists for your favorite tech conferences. Each conference should have its own top-level directory, with subdirectories for a particular year and location.
Got a conference you would like to add?
Pull requests for new conferences or improvements to the bingo.py
script are welcome!
See the contributor guide for more information.
Copyright 2021 Adam B Kaplan MIT License - see LICENSE for full information.