Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.16 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.16 KB

Bingo Card Generator 🔮

Issues License Last Commit

Prints five columns and five rows of pseudo-random numbers to a CSV file for data merge.

Each column follows bingo rules:

"B" (numbers 1–15)
"I" (numbers 16–30)
"N" (numbers 31–45)
"G" (numbers 46–60)
"O" (numbers 61–75)

There is a “FREE SPACE” located in column “N”, position three. Output is a data merge-ready CSV file. The number of cards generated is controlled through prompt. Command-line only, no GUI. A sample file named "sample.csv" has been included in output/ to see what a potential final result will be.

  • Speaking of contributions, this repository has a Contributing Guide as well!

  • Although this project is very straightforward, there is a Build Guide!