Skip to content

Clloyd3267/Unique-Word-Bolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A set of Python files to bold unique words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages