Commit d5cd4a84 by BellCodeEditor

save project

parent bcf6b133
Showing with 3 additions and 1 deletions
......@@ -3,9 +3,11 @@ from tkinter import Image
root = TK()
root.withdraw()
path = filedialog.askopenfilenames(title = "xthswj")
filetypes = [('.png', .pe','*')]
filetypes = [('.png','' .peg','*')],
initialdir="./")
img_list = []
for i in path:
img = Image.open(i)
img_list.append(img)
......
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