I had to edit main.py lines 10-11 to: from tkinter import * import tkinter.messagebox to work with newer versions of Python.
I had to edit main.py lines 10-11 to:
from tkinter import *
import tkinter.messagebox
to work with newer versions of Python.