1

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.

Dzhao
  • 683
  • 1
  • 9
  • 22
Michele Della Mea
  • 966
  • 2
  • 16
  • 35
  • 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

0 Answers0