项目作者: TheTechTeen

项目描述 :
A program loading the bible from text files and counting the length of blocks.
高级语言: Python
项目地址: git://github.com/TheTechTeen/WordCounter.git
创建时间: 2019-12-06T13:53:36Z
项目社区:https://github.com/TheTechTeen/WordCounter

开源协议:

下载


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