Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.35 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.35 KB

Unique-Word-Bolder

Python program used for bolding unique words in C&MA Bible Quizzing Lists.

About

This program is designed to assist in question writing for C&MA Bible Quizzing by automatically bolding unique words in lists.

Getting Started

Prerequisites

This project is built using Python 3.6, Xlxswriter, Openpyxl, and Tkinter. Ensure you have them installed and working properly from the links below:

You can also install the packages using Pip:

  • pip install xlsxwriter
  • pip install openpyxl
  • pip install tkinter

Input files

Upon run, the program will ask for an Excel document containing the material. It should have the following columns (with headers):

  • Book => The Book name of verse.
  • Chapter => The Chapter number of verse.
  • Verse => The Verse number of verse.
  • Verse Text => The actual Verse Text.

Running the program

To run the program, run the Python file. It will then ask for the input file and the output file.

UniqueWordBolderGui.py
UniqueWordBolderGui.py

Author(s)