Creating bingo cards might seem easy at first, but generating multiple unique sheets can be a tedious and time-consuming process. This lightweight (bit odd looking) and simple script automates the task, making it effortless to generate bingo cards in just a few steps. Put your words or sentences into the wordlist.txt file an run the create.py via the terminal. It's that easy.
-
Add your words or phrases to wordlist.txt (one per line).
-
Run the script from the terminal:
python create.py <number_of_sheets>
Replace
<number_of_sheets>with the number of bingo cards you want to generate. -
Your bingo sheets will be created automatically! 🎲 You can copy them directly from terminal. Or you use
python create.py 10 > bingo_cards.txtfor printing into a file.