how can I make a lable showing in tkinter for special time?

Question:

I want a lable in tkinter showing for 5 seconds and then disappear I by default how can I do that ?

Asked By: BOUHDYD _X

||

Answers:

There is a method in tkinter .after that you can use to destroy a window after a specified amount of milliseconds.

Displaying Label on Tkinter for a fixed amount of time

Answered By: mrEskimo0
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.