You are browsing as a guest. Sign up (or log in) to start making projects!

Memory-Verse-Converter

  • 3 Devlogs
  • 17 Total hours

A small project for my bible study that converts memory verses from a pdf into an excel file, then converts the version into ESV, then reorders the verses by least to greatest.

Open comments for this post

16m 27s logged

Created API System

  • Added files for handling API and added JSON!!

  • It took me hours to create a system to handle API because I was having so many errors in my program, for example, sometimes a reference was skipped, but now they are all in the correct way and the program works.

Im new to json with python, so please comment how to format my code!
click this link for github

0

Loading discussion…

0
6
Open comments for this post

15h 24m 45s logged

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.

0

Loading discussion…

0
6

Followers

Loading…