Commit 8eb0814d by BellCodeEditor

save project

parent 5d28159f
Showing with 3 additions and 3 deletions
...@@ -8,8 +8,8 @@ path =filedialog.askopenfilenames( ...@@ -8,8 +8,8 @@ path =filedialog.askopenfilenames(
filetypes=[('All Files','*')], filetypes=[('All Files','*')],
initialdir='./resources' initialdir='./resources'
) )
imglist=[] img_list=[]
for i in path: for i in path:
img = Image.open(i) img = Image.open(i)
imglist.append(img) imglist.append(img)
print(imglist) print(img_list)
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment