I am a beginner to python and unable to figure out how to show the last saved file in the GUI using python tkinter.
Implementing the ability for a user to save their custom input into a csv file. I would like to after they save their file, to have the last saved file path populate in the entry box on the GUI.
Any ideas on how I can approach populating that entry box with the last saved file?
Here's a basic example app that will call
asksaveasfilenamewhen you click a button, and update the text in anEntrywidget if a filename is provided