Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 889 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 889 Bytes

BibleConvertor

This script will convert the sqlite files from MyBible module repository to a file that OpenLP and OpenSong can read.

Please note that this this has only been tested with the NIV 2011 file importing into OpenSong and will require work for other files…

Setup

A small knowledge of Python is required to get this working…

  1. Download and unzip the translation of the Bible you want from MyBible module repository
  2. pip install Unidecode
  3. Update python script (line 9 and 10) to point to the correct file
  4. python convert.py

Pull Requests?

Yes. Please feel free. This was built quickly to scratch an itch I had.