Commit 8fc12b9c by BellCodeEditor

save project

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