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.
pip install pyqrcode pypng argparse
$> 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