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.
- 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