On Tue, 10 Nov 2020 17:21:04 +, MRAB wrote:
> On 2020-11-10 10:01, ChalaoAdda wrote:
>> Hello,
>>
>> I have a list of canvas of images. I would like to display all the
>> images. But it displays the last image. Here is my code.
>>
>> from tkinter import *
>> from PIL import Image, ImageTk
>>
On 2020-11-10 10:01, ChalaoAdda wrote:
Hello,
I have a list of canvas of images. I would like to display all the images. But
it displays the last image. Here is my code.
from tkinter import *
from PIL import Image, ImageTk
root = Tk()
canvas_width = 265
canvas_height = 130
canvases = []
r,