open choose files from file explorer python

import tkinter as tk
from tkinter import filedialog

root = tk.Tk()
root.withdraw()

files = filedialog.askopenfilenames()

4
1
C. Kim 125 points

                                    import sys
path = r'C:\Program Files (x86)\IronPython 2.7\Lib'
sys.path.append(path)

import subprocess
subprocess.Popen('explorer "C:\temp"')

4 (1 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
windows open file explorer python python open explorer select file python open explorer to select file file options for file explorer python how to open file explorer in python open explorer on a file python open file explorer window python open in file explorer python select file in file explorer python opening file explorer with python file explorer in python choose file from explorer python how to open file explorer with python python open explorer and select file python open explorer for file display opened files from file explorer python ways to open file explorer so user can select file in python how to open file explorer using python open file in explorer from python python file explorer opening folder in file manager with python open containing folder and select file python open explorer python open file manager in phone using python can python open windows file browser opening file explorer python open file explorer python script web open file explorer python script python open route in file explorer python open explorer how to open file explorer popup window python python - how to select a folder using file explorer python open file explorer to select folder python file explorer open lcoation subprocess.call( open file_location ) on windows how to open a path in file explorer in python how to load an image file in python with windows explorer open file manager python pygame open windows explorer how to bring up file explorer to choose document in python opeining file explorer using pyth open choose files from file explorer python open file explorer in pygame how to use file exploer to choose a directory in python python launch file explorer python subprocess open folder how to open windows explorer using python open filexplorer with python python open file explorer and select file open path in explorer python gwt files from windows explorer in python open file explorer python python open folder in windows explorer open folder explorer python python open file explorer select file open directory in explorer python python open file explorer to a directory open explorer to choose file python python windows file explorer python open file in explorer open a file in explorer in python python open file explorer python open file explorer at path python show file in explorer open file explorer from python python open directory in file explorer python open window in explorer how to open file manager in python python open explorer windows 8 python open explorer window open windows folder python python open directory in explorer python get explorer file python open folder in explorer open file explorer with python python how to open file explorer Python open file explorer to select file python select file in explorer python open file from explorer
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source