Converts bible docx/txt files to usfm
Python 3 (Latest)
python-docx (only if you want to convert .docx files. Not needed for .txt files)
pip install python-docx
Put .docx/.txt files to the same location as this script
Run the following command in this directory
python docx2usfm.py
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