Update README.md

This commit is contained in:
Nikhil Kumar Singh 2018-10-03 14:12:26 +05:30 committed by GitHub
parent d9d9ec04dc
commit 6c44152a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,11 @@
# File Explorer Dialog Box in Python # File Explorer Dialog Box in Python
Open file explorer dialog box UI to select files using Python.
## 1. Using tkinter ## 1. Using tkinter
Just run Example using tkinter:
``` ```
$ python select_file_tk.py $ python select_file_tk.py
@ -13,7 +16,7 @@ $ python select_file_tk.py
Install [PyQt5](https://pypi.org/project/PyQt5/) Install [PyQt5](https://pypi.org/project/PyQt5/)
Just run Example using PyQt5:
``` ```
$ python select_file_pyqt.py $ python select_file_pyqt.py