Skip to content

Build your own bingo cards. No numbers allowed.

Notifications You must be signed in to change notification settings

asciimo/bybingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

  1. Create a JSON file with an object that has keys B, I, N, G, O (or any letters). Each key's value is an array of bingo square options. See test-squares.json for example.
  2. Create the cards!
python3 -m venv
source venv/bin/activate
python3 byob.py --json_file my-squares.json --output_dir mysquares 15

Then pull your tsv files into your favorite spreadsheet, format, print, and play!

indexer.py can make a useful index for folks if you have a lot of cards and options.

About

Build your own bingo cards. No numbers allowed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages