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