I am developing simple GUI program using kivymd.
I tried to display image with Image List but ImageList occurs some problems so I need another widget that displays image.
I searched on kivymd but I found only Image List.
Is there some good widget that displays Image?
What I need:
- I have to display image from url.
- I don't want Image button. Just image.
- I don't want any text on image.
Please help me. Thanks.