How can I assign the paths of three files (.csv and .xlsx) located in the file system of Windows dynamically into a python 3.5 script using the library Tkinter? In other words I want a script that allows the user to choose 3 files located in the file system of Windows and dynamically assign their path to three variables presented in the script (for example x, y and z) dynamically using TKinter.
Asked
Active
Viewed 66 times
1
-
http://stackoverflow.com/questions/20725056/get-a-files-directory-in-a-string-selected-by-askopenfilename Something like this one? – Lafexlos Mar 15 '16 at 15:04
-
Yeah but I need also to add the name of the file to the path... for example "C:\Users\antony.lee\Desktop\python\five.xlsx". – Michele Della Mea Mar 15 '16 at 15:18