Commit 8eb0814d by BellCodeEditor

save project

parent 5d28159f
Showing with 3 additions and 3 deletions
......@@ -8,8 +8,8 @@ path =filedialog.askopenfilenames(
filetypes=[('All Files','*')],
initialdir='./resources'
)
imglist=[]
img_list=[]
for i in path:
img = Image.open(i)
imglist.append(img)
print(imglist)
\ No newline at end of file
print(img_list)
\ 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