I want to set EasyGUI fileopenbox() to filter more filetypes and not just one.
Here below is a code I tried but instead of custom files selection i get more selections.
file=easygui.fileopenbox(title='Select image', filetypes=('*.png', '*.jpg'))
How to fix this?
From docs
So corresponding to your usecase, you can write: