Commit 06f0c831 by BellCodeEditor

save project

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