Using tkinter's folder choosing dialog box twice

前端 未结 0 571
鱼传尺愫
鱼传尺愫 2021-02-10 19:41

At the start of my code, I let the user choose a file and store its path in a text file. Here is the function for that:

def choose_folder():
    root = tk.Tk()
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题