I think we can use the after method with "self.after(parent=self, ms=5000, function=new_function_that_takes_the_screen_shots)" in our main window.
time.sleep() can sometimes make the screen look frozen. So I think it would be interesting to test out how self.after behaves in situations like this one. If it works nicely we could try to give preference to using it over time.sleep.
I think this could be a good first issue. It would be nice if more people showed up.
I think we can use the after method with "self.after(parent=self, ms=5000, function=new_function_that_takes_the_screen_shots)" in our main window.
time.sleep() can sometimes make the screen look frozen. So I think it would be interesting to test out how self.after behaves in situations like this one. If it works nicely we could try to give preference to using it over time.sleep.
I think this could be a good first issue. It would be nice if more people showed up.