oss-slu / Mouser

GNU General Public License v3.0
1 stars 7 forks source link

Change the way user selects an experment #140

Closed aobermiller closed 1 year ago

aobermiller commented 1 year ago

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.