This website requires JavaScript.
Explore
Help
Sign In
mathdatech
/
Awesome-Python-Scripts
Watch
1
Star
0
Fork
0
You've already forked Awesome-Python-Scripts
mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced
2024-11-23 20:11:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d9d9ec04dc
Awesome-Python-Scripts
/
File-Explorer-Dialog-Box
History
nikhilkumarsingh
d9d9ec04dc
added file explorer dialog box script
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
README.md
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