How to pop a message and don't disturb the following process in python?

时间:2018-07-25 05:06:05

标签: python messagebox

How to pop a message and don't disturb the following process in python, in case of the user needn't to click the accept button on the message box.

I use tkinter.messagebox.showinfo('xyz Demo','happy new year'), but there is a accept button on the message box. I just want the message to be a information, and the following code don't be stopped by the message pop.

Do you have any idea?

0 个答案:

没有答案
相关问题