Is there a way to add a button in an askopenfile dialog window?

前端 未结 0 1261
梦如初夏
梦如初夏 2021-01-15 05:25

So this is the code

from tkinter import *
from tkinter import filedialog

win = Tk()
win.geometry(\'200x100\')


def printer():
    print("hello")

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题