-2

is there a way to embed icon in PySympleGUI or only external file, Im hit my head to do it but I don't know if is possible, can someone help with this?

Thanks all!

1 Answers1

1

there is the following way, use example images :

[sg. Image(r'filename',background_color=Colors.background)]

it helps you.