Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 612 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 612 Bytes

docx2usfm

Converts bible docx/txt files to usfm

Requirements

Python 3 (Latest)
python-docx (only if you want to convert .docx files. Not needed for .txt files)

Install

pip install python-docx

How to use

Put .docx/.txt files to the same location as this script
Run the following command in this directory
python docx2usfm.py

Notice

Make sure that chapter numbers in the source file are on a separate line and don't have any alphabetic characters.
Make sure that every verse has its number
Preferably remove any paragraph (chunks) titles
See examples directory for refference