Skip to content

A program loading the bible from text files and counting the length of blocks.

Notifications You must be signed in to change notification settings

TheTechTeen/WordCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordCounter

This Program finds the books, chapters, or verses with the most or least chapters, verses, words, or characters.

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

About

A program loading the bible from text files and counting the length of blocks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages