If using python 2: will encounter error when trying to import "tkinter", because it should be "Tkinter" for python 2 (for python 3, "tkinter" is the right one)
If using python 3: module "string" has no attribute "lower", because in python 3 it has been renamed as "ascii_lowercase"