This is a CLI program for returning a verse from the Bible.
Currently returns a random verse from the King James Version of the Bible.
Uses the American Bible Society's API.Bible.
usage: ./bible_gen.py
Requires the use of an API key from API.Bible, stored in a seperate file called config.py. This file should contain a dictionary in the form of {"key": GENERATED_KEY}.