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
- Host: GitHub
- URL: https://github.com/raynardgerraldo/bible_verse-cli
- Owner: RaynardGerraldo
- License: gpl-3.0
- Created: 2022-04-23T11:18:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T06:54:24.000Z (about 2 years ago)
- Last Synced: 2024-07-30T17:33:45.361Z (9 months ago)
- Topics: alkitab, bible, bible-api, bible-search, bible-study, bible-verse, catholic, catholicism, christianity, cli, command-line, productivity, python, python3, shell, verse, vulgate
- Language: Shell
- Homepage:
- Size: 318 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 PeterExample:
./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