Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 450 Bytes

SKEBingo

Project to generate bingo sheets using a csv file of options. This project was made for a silly meeting tradition in the Student Organisation Nabla.

Building Bingo sheets

Use this guide to generate your own bingo sheet.

  1. Clone repository
  2. Supply a list of options in a .csv file
  3. Change settings in the top of skebingo/__main__.py
  4. poetry install
  5. poetry run generate
  6. Print pdf

License

MIT, see LICENSE