Open Files Dialog Box - Python Tkinter GUI Tutorial #15

Опубликовано: 10 Февраль 2025
на канале: Codemy.com
196,831
3.3k

How to use Open Files Dialog Box in Tkinter and Python. In this video I'll show you how to open files with the filedialog box:

root.filename = filedialog.askopenfilename(initialdir="/", title="Select A File", filetypes=(("jpg files", "*.jpg"),("all files", "*.*")))

In this series I'll show you how to create graphical user interfaces for Python with Tkinter.

✅ Watch The Other Videos In This Python Playlist:
http://bit.ly/2UFLKgj


▶️ See More At:
https://Codemy.com


✅ Join My Facebook Group:
http://bit.ly/2GFmOBz


✅ Subscribe To My YouTube Channel:
http://bit.ly/2IGzvOR


▶️ Learn to Code at https://Codemy.com
Take $22 off with coupon code: youtube