So, for the program I have 2 lists, one that starts out with say 100'000 integers and one that starts out empty but will eventually be filled with all the prime numbers from the first list.
What I want is a messagebox that continuously updates with the length of the second list and when the first list is all scanned/empty displays a message that the first list is empty and the scan is done.
I'm assuming update_idletasks would be involved but I'm having trouble finding somekind of tutorial for this.
thanks in advance