Skip to content

Python CLI that generates QR codes to open the bible to a specific location

Notifications You must be signed in to change notification settings

aaronsnoswell/bible-qr-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bible-qr-code

Have you ever wanted to generate a QR code that opens the Bible to a specific spot?

This simple python script does just that - it uses a URI intent that the YouVersion Bible app handles to launch the bible app to the desired location.

Installation

pip install pyqrcode pypng argparse

Usage

$> python bible-qr-code.py --output test.png --chapter 1 --start_verse 1 --end_verse 5 --version ESV Genesis
Generating QR code for intent URI:
https://www.bible.com/en-GB/bible/1/GEN.1.1-5.ESV
Saved test.png

QR Code for above example

About

Python CLI that generates QR codes to open the bible to a specific location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages