Python program used for bolding unique words in C&MA Bible Quizzing Lists.
This program is designed to assist in question writing for C&MA Bible Quizzing by automatically bolding unique words in lists.
This project is built using Python 3.6, Xlxswriter, Openpyxl, and Tkinter. Ensure you have them installed and working properly from the links below:
- (https://www.python.org/downloads/release/python-365/)
- (http://xlsxwriter.readthedocs.io/)
- (https://openpyxl.readthedocs.io/en/stable/)
- (https://wiki.python.org/moin/TkInter)
You can also install the packages using Pip:
- pip install xlsxwriter
- pip install openpyxl
- pip install tkinter
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.
To run the program, run the Python file. It will then ask for the input file and the output file.
UniqueWordBolderGui.py
UniqueWordBolderGui.py
- Chris Lloyd - Main Program - Legoman3267@Gmail.com
- Andrew Southwick - Gui Design