Lets say I have a document file named sample.docx
added to an IDE python project. I have a python tkinter program and I want the user to be a able to click a button that will automatically open the sample.docx
file. I think the only way is by opening the windows save as window with the file already loaded.
How do I do this?