Commit 2397f20b by BellCodeEditor

save project

parent c8587ba0
Showing with 2 additions and 2 deletions
from PIL import Image
from tkinter import filedialog,Tk
from PIL import Image
root=Tk
root=Tk()
root.withdraw()
path=filedialog.askopenfilenames(title='选择图片文件',
filetypes=[("png",".png")],
......
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