Awesome-Python-Scripts/File-Explorer-Dialog-Box/README.md
Nikhil Kumar Singh 6c44152a42
Update README.md
2018-10-03 14:12:26 +05:30

312 B

File Explorer Dialog Box in Python

Open file explorer dialog box UI to select files using Python.

1. Using tkinter

Example using tkinter:

$ python select_file_tk.py

2. Using PyQt

Install PyQt5

Example using PyQt5:

$ python select_file_pyqt.py