mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
Update README.md
This commit is contained in:
parent
d9d9ec04dc
commit
6c44152a42
|
@ -1,8 +1,11 @@
|
|||
# File Explorer Dialog Box in Python
|
||||
|
||||
Open file explorer dialog box UI to select files using Python.
|
||||
|
||||
|
||||
## 1. Using tkinter
|
||||
|
||||
Just run
|
||||
Example using tkinter:
|
||||
|
||||
```
|
||||
$ python select_file_tk.py
|
||||
|
@ -13,8 +16,8 @@ $ python select_file_tk.py
|
|||
Install [PyQt5](https://pypi.org/project/PyQt5/)
|
||||
|
||||
|
||||
Just run
|
||||
Example using PyQt5:
|
||||
|
||||
```
|
||||
$ python select_file_pyqt.py
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user