This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
changes made: | |
make widgets parent explicitly declared | |
Use either with root window or Toplevel | |
Bind Return key to selection method | |
""" | |
#from tkinter import * | |
import tkinter as tk | |
import re |