An open API service indexing awesome lists of open source software.

https://github.com/raynardgerraldo/bible_verse-cli

Bible verses in the command line, 200+ versions available
https://github.com/raynardgerraldo/bible_verse-cli

alkitab bible bible-api bible-search bible-study bible-verse catholic catholicism christianity cli command-line productivity python python3 shell verse vulgate

Last synced: 12 days ago
JSON representation

Bible verses in the command line, 200+ versions available

Awesome Lists containing this project

README

        

# bible_verse-cli

Bible verses on the command line,scrapes biblegateway.com

### Dependencies
``` pip install opencv-python ```

Dependency above is only for image feature, with pure CLI you dont need it

### Versions

See the list of versions here
https://www.biblegateway.com/versions/

### Usage

```
For a plain output on the terminal

./bible_verse book_name chapter verse [version]

Example:
./bible_verse John 3 16 KJV
./bible_verse John 3 16-21 VULGATE

For books with numbers infront of them, ex: 1 Peter

Example:
./bible_verse 1Peter 1 1-2 SBLGNT
```

```
For an output to image

./bible_verse book_name chapter verse [version] | python3 versetoimage.py

Example:
./bible_verse John 3 16 KJV | python3 versetoimage.py
./bible_verse John 3 16-21 NIV | python3 versetoimage.py
./bible_verse John 3 16-21 NKJV | python3 versetoimage.py

```

### PLANS
* Generate better verse images