An open-source & highly performing timer using only standard-libraries

Python Repeated Timer

Python-Repeated-Timer is an open-source & highly performing timer using only standard-libraries.

Users may change the interval and duration of the event as they wish.

This code is GUI freezing issue won’t be happening, and performance of the timer won’t be affected by any event.

Features:

  • Python Repeated Timer is a open-source library based on Thread Timer, and this asynchronously triggers the event every N seconds.

122346179-a3c20900-cf83-11eb-91a6-8eca01fa4c7d

  • For this only uses python standard-library, no additional library is required.
  • Easy to implement by simply using functions such as start(), stop(). Also, this timer is stable on multiple calls.
  • No matter how heavy timer_tick() is, the timer’s interval & duration won’t be affected.
  • It is possible to insert the argument so you can

     

     

     

    To finish reading, please visit source site