Open file explorer dialog box UI to select files using Python.
Example using tkinter:
$ python select_file_tk.py
Install PyQt5
Example using PyQt5:
$ python select_file_pyqt.py