-----------------------------
Name change: "Name Bingo" to "Human Bingo". The latter sounds
more interesting and seems to be the more popular term.
Morphing this script into a bona fide python package to upload to PyPI.
Using the pypackage_ cookiecutter, add a :code:`setup.py` script so
that it can be installed with pip_.
.. _pypackage: https://github.com/audreyr/cookiecutter-pypackage
.. _pip: https://pypi.python.org/pypi/pip
Now :code:`pip install` will install an executable file :code:`humanbingo`,
and the original :code:`bingo.py` module/script is gone. So this is a
backwards-incompatible change.