I have to make a timer that counts x seconds, but that does not stay in loop waiting for the time to pass, instead it must count the time and generate an event when closing the count of the pre-defined time. I need to know if there is a module in Python 3 that can perform this function and that has a start and a reset in the count?