Skip to content

RaynardGerraldo/bible_verse-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bible_verse-cli

Bible verses on the command line,scrapes biblegateway.com, supports keyword searches.

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/

Default version is Douay Rheims (DRA) for verses, New International Version (NIV) for keyword search.

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 keyword search

./bible_verse --keyword/-k [keyword] [version]

Keyword search examples:
	./bible_verse --keyword Mary
	./bible_verse --keyword εὐλογία SBLGNT
	./bible_verse -k 'Jesus said' DRA
	./bible_verse -k Christus 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 <your image.png>

+JMJ+

Releases

No releases published

Packages

No packages published

Languages