Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试仅浏览 excel 文件,但如何在 PySimpleGUI 浏览按钮中限制文件类型。
layout = [[sg.In() ,sg.FileBrowse(file_types=(("Text Files", "*.txt"),))]]