File Dialog Boxes - Object Oriented Tkinter 3

Опубликовано: 20 Февраль 2026
на канале: Tkinter․com
5,278
173

In this video we'll learn how to create File Dialog Boxes using Object Oriented Programming in Tkinter and Python.

File Dialog boxes allow us to select files to open in our Tkinter app.

We'll build an app that opens a text file, reads the file, and renders the text onto a Text Widget.

#tkinter #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:11 - Create Widgets
2:32 - Import FileDialog
2:49 - Create FileDialog Box
5:31 - Write Logic For Box
6:42 - Open Text File
8:23 - Read The File
8:40 - Conclusion