I am trying to create a GUI with Python's Tkinter for some scripts and misc functions I have, the design of the GUI looks something like this:
Then, as the label says, I would like to transform a directory full of documents to a single .csv file, so I created two functions: My question is: How should I merge the two functions in the GUI's code?. I tried with a function that calls the two aforementioned functions, however, It did not work. I would also like to know if there is a better way to achieve this.