Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to file in python

Simple way to get a directory of a file and open it:
  
from tkinter.filedialog import askopenfilename

filename = askopenfilename()
Source by queirozf.com #
 
PREVIOUS NEXT
Tagged: #file #python
ADD COMMENT
Topic
Name
7+7 =