Threads And Time + Tkinter In Python
问题 In tkinter I have made a password GUI some people have helped me with other things with it. The problem is: I have made a file called timeload in it there is a while loop. When I import it into my program it gets stuck on the import because inside of timeload there is the loop. I think there is a way to do it with threads but I do not know how to implement that into my code. Here is the main code: import tkinter as tk from threading import Thread import timeload class FirstFrame(tk.Frame):