Skip to content

mittel-labs/bibleit

Repository files navigation

bibleit

Interactive Bible reading from terminal.

How to install

pip install bibleit

How to run

$ python -m bibleit

usage: bibleit [-h] [--version] [--repl] [--linesep value] [--bible value] [--debug] [--screen] [--textwrap] [--bold] [--label] [args ...]

positional arguments:
  args             Arguments to be evaluated

options:
  -h, --help       show this help message and exit
  --version        show program's version number and exit
  --repl           Opens bibleit REPL
  --linesep value  Configure line separator
  --bible value    Use one or more Bible translations
  --debug          Enable debug flag
  --screen         Enable screen flag
  --textwrap       Enable textwrap flag
  --bold           Enable bold flag
  --label          Enable label flag

REPL

Bibleit has an interactive interpreter in order to interact with the Bible.

You can use --repl argument:

python -m bibleit --repl

Or run directly from bibleit.repl module:

python -m bibleit.repl

After that you're going to see a console, so that you can start typing commands:

Contributing

Contributions are very welcome! Check our Contributing guide.