Created Python programs
Excel formatter
Formats pdf into excel.
I used fitz to open pdf and read it. This program runs through each span in the pdf, basically each part of the line that has the same font settings. Since the refernces of the verses are bolded, and the actual verse is not bolded, according to that I ordered each row in an excel file that has a reference with its own verse.
Length Formatter
This file formats the verses by character length. This file was made by AI. This file iterates through the rows and orders them from least to greatest.
Files
This program contained the function for opening files. Nothing much to it.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.