The user needs to be able to easily open an experiment no matter where the file is located. Change the program so that instead of selecting from a list of experiments stored on the program to open one, the user would choose a file on their computer that would be opened.
The user needs to be able to easily open an experiment no matter where the file is located. Change the program so that instead of selecting from a list of experiments stored on the program to open one, the user would choose a file on their computer that would be opened.
This process should use the tkinter.simpledialog library for this behavior.