easygui
easygui copied to clipboard
Buttonbox: Accept a dict for images
support dict-like objects to be passed in as images parameter.
Treat them as OrderedDicts to preserve their order if the user passes in an OrderedDict. If the user selects a particular item, don't return the value, but instead return the key.