adambkaplan / conference-bingo

Generate bingo cards for your favorite tech conference!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conference Bingo

Generate bingo cards for your favorite tech conference!

Try it!

  1. Install Python for your desired environment.

  2. Clone this repository:

$ git clone https://github.com/adambkaplan/conference-bingo.git
$ cd conference-bingo
  1. Install the dependencies (ideally using venv):
$ python -m venv env
$ source env/bin/activate
(env)$ pip install -r requirements.txt
  1. 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
...
  1. Run the script:
$ python script.py --file /path/to/my/bingo.yaml

Conferences

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.

Contributing

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.

License

Copyright 2021 Adam B Kaplan MIT License - see LICENSE for full information.

About

Generate bingo cards for your favorite tech conference!

License:MIT License


Languages

Language:Python 100.0%