copywright notice
This eBook is for the use of anyone anywhere in the United States and most other parts of the world at no cost and with almost no restrictions whatsoever. You may copy it, give it away or re-use it under the terms of the Project Gutenberg License included with this eBook or online at www.gutenberg.org. If you are not located in the United States, you will have to check the laws of the country where you are located before using this eBook.
gutenberg.org provides the text of the kings james bible for free. As per the copywright agreement see the notice above.
The purpose of this project is to parse the ASCII text file found at: https://www.gutenberg.org/ebooks/10.txt.utf-8 and break it into smaller more useable chunks and formats for developers of bible software or whatever...
I'm a retired programmer and this is just a quick project that I thought someone might find useful if they have a desire to develop a project based on the kjv text found at gutenberg.org
My development environment is linux. I'm not and never was a python developer. I simply chose python cuz I thought it would be quick and common to most developers. you may have to tweak the main script to get it to run. I did my best to stick to standard python libraries.
I am running python3 and I made the script executable (i think).
#!/usr/bin/env python3
./build.py
Hope this helps someone.