children_widgets = frame.winfo_children() for child_widget in children_widgets: if child_widget.winfo_class() == 'Entry': print(child_widget.get())