Awesome-Python-Scripts/File-Explorer-Dialog-Box
2018-10-03 11:45:59 +05:30
..
README.md added file explorer dialog box script 2018-10-03 11:45:59 +05:30
select_file_pyqt.py added file explorer dialog box script 2018-10-03 11:45:59 +05:30
select_file_tk.py added file explorer dialog box script 2018-10-03 11:45:59 +05:30

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