-
-
Notifications
You must be signed in to change notification settings - Fork 39
Export Bible Text
Eliran Wong edited this page Dec 28, 2024
·
2 revisions
Export Bible Text
To export the text of NET
python3
from uniquebible import config
config.noQt = True
config.runMode = "stream"
from uniquebible.db.BiblesSqlite import Bible
Bible("NET").exportToMarkdown()
Bible("NET").exportToMarkdown(agbParagraphs=True, agbSubheadings=True, standardReference=True)
Find exported files at ~/UniqueBible/temp/