Skip to content

hPyT v1.1.3

Compare
Choose a tag to compare
@Zingzy Zingzy released this 18 Feb 11:55
· 35 commits to main since this release

CHANGELOG

v1.1.3

  • Add flashing inverval support

CODE SAMPLES

Flashing Window

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