Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrs/bingo
A super-simple bingo card generator.
https://github.com/hrs/bingo
Last synced: 3 months ago
JSON representation
A super-simple bingo card generator.
- Host: GitHub
- URL: https://github.com/hrs/bingo
- Owner: hrs
- Created: 2012-10-03T22:12:40.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2020-06-11T16:53:35.000Z (over 4 years ago)
- Last Synced: 2023-03-11T13:18:51.166Z (almost 2 years ago)
- Language: Python
- Size: 1.95 KB
- Stars: 8
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bingo Card Generator
====================Some terrible old code I wrote that belongs on the Internet.
Just dump your potential bingo terms into a text file, each on its own line, run the program, and print out the resulting HTML. Pagebreaks, etc. *should* be handled gracefully.
Usage:
------```shell
bingo-generator.py [file of terms] [output file] [# of cards]
```Example:
--------```shell
python bingo-generator.py bingo_terms.txt bingo.html 20
```[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/hrs/bingo/trend.png)](https://bitdeli.com/free "Bitdeli Badge")