Q:

tkinter filedialog how to show more than one filetype

from tkinter import filedialog

# To show multiple file types at the same time you need to
# seperate the types with a space
filedialog.askopenfilename(filetypes=[("Excel files", ".xlsx .xls")])

0

New to Communities?

Join the community