Awesome-Python-Scripts/File-Explorer-Dialog-Box

File Explorer Dialog Box in Python

1. Using tkinter

Just run

$ python select_file_tk.py

2. Using PyQt

Install PyQt5

Just run

$ python select_file_pyqt.py