easygui icon indicating copy to clipboard operation
easygui copied to clipboard

feature request: Ability to make display content and options different.

Open ch-yx opened this issue 5 years ago • 0 comments

I like the design where the return value is the content of the option button. However, it can sometimes be a little inconvenient.For example, when doing internationalisation.

Could you please change the display text from opinion to f(opinion), where f is a global function defaults to lambda x:x to ensure backward compatibility. and users could change it into something like {"yes":"ok","no":"nope"}.get for easy internationalisation or diversity of styles.

ch-yx avatar Apr 14 '21 11:04 ch-yx