Below is my code, it runs but I\'m not sure how to get the \"Run text\" button to prompt me to open text file in new window, currently a new window appears with a \"Quit\" b
If you want that "Run text" open's a file dialog change called method:
"Run text"
self.button1 = tk.Button(self.frame, text = 'Run Text', width = 25, command = self.openFile)