- Add flashing inverval support
CODE SAMPLES
Flashing Window
python
window_flash.flash(window, 10, 100) flashes the window 10 times with 50ms interval
window_flash.stop(window) stops the flashing immediately
*Flashing Interval starts from 10ms, **default 1000ms***
![Flashing Window](https://raw.githubusercontent.com/zingzy/hPyT/main/assets/flashing.gif)