An ASCII bingo board generator in Python
Originally written to build boards for buzzword bingo, but I figured it had other uses as well.
./bingo.py [-h/--help] [-f/--file [File with list of words]] [-w/--width <Cell Width>]
The -f flag is to specify list of words source.
- If -f is not given, then the program uses stdin.
- If -f is given without an argument, then it attempts to open 'bingo.list' in the current working directory.
- If -f is given with an argument, then the program will attempt open that file
The -w flag is to specify the width of each cell. The deafault is 9
The -h flag displays the help message