Hello I'm developing a school project using python easygui; is there any way that you can incorperate images into codes that dont usually support it?
ie multi enter box:
multenterbox(ms g='Fill in values for the fields.', title=' ', fields=(), values=())
has no support for images
buttonbox(msg=' ', title=' ', choices=('Butto n1', 'Button2', 'Button3'), image=None)
for example does
...