A program loading the bible from text files and counting the length of blocks.
It uses five files:
main.py: starts the program gui
gui.py: creates a gui and handles user input, calling algorithom.py for result handling
algorithom.py: takes the mode and handles the results
files.py: generates a data structure of blocks(from blocks.py) from files
blocks.py: a set of nesting block classes (Verses, Chapters, and Books, and one general Bible, all inheriting from the general Block Class) for segmenting the data into titled chunks