Skip to content

Create handouts of Bible passages in multiple languages automatically

License

Notifications You must be signed in to change notification settings

Scriptminer/passage-printer

Repository files navigation

Passage Printer

A utility tool for downloading and formatting Bible passages in various languages / versions into a printout document, to simplify the process of preparing handouts for multi-language Bible studies.

Scrapes passages from YouVersion using BeautifulSoup4, and formats using Python Docx.

Quickstart

Run in main directory, using Python3:

from PrintoutFormats import generate_regular_multilingual_handout
doc = generate_regular_multilingual_handout("GEN", 11, 1, 9)
doc.save("my_passage.docx")

Refer to examples.py for further use cases.

About

Create handouts of Bible passages in multiple languages automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages