Commit 06f0c831 by BellCodeEditor

save project

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