Skip to content

Export Bible Text

Eliran Wong edited this page Oct 23, 2025 · 3 revisions

Export Bible Text

Example

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()

Additional Options

Bible("NET").exportToMarkdown(agbParagraphs=True, agbSubheadings=True, standardReference=True)

Exported Files

Find exported files at ~/UniqueBible/temp/

Clone this wiki locally