Leah9 / screengrab

2 stars 1 forks source link

Test out changing time.sleep to the tkinter "after" method in auto_button_clicked. #19

Closed ArielMAJ closed 2 years ago

ArielMAJ commented 2 years ago

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.