Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 488 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 488 Bytes

About Bingo Suite

Bingo Suite includes two apps:

  1. Bingo Card Maker
  2. Bingo Card Caller

Bingo Card Maker can be used to make PDFs of Bingo Cards. Bingo Card Caller is a local, browser app that can be used to call bingo items.

This app suite is still heavily under construction. See TODO.txt for more information.

Dependencies

Python 3.12.0 and the following libraries (which you can install with pip):

  • PIL
    • pip install pillow
  • reportlab
    • pip install reportLab