CODE-ing

python:: filedialog 예시

더앙꼬 2023. 8. 2. 08:02

 

 

 

filedialog.askopenfilename(initialdir="/gui/images", 
                            title="Select A file",
                            filetypes=(("png files", "*.png"),("all files", "*.*"))

 

 

 

 

 

 

https://www.youtube.com/watch?v=Aim_7fC-inw 

 

 

 

 

_

반응형