Animated-Popup

Animated PySimpleGUI popup screen for running processes

Stars
13

Animated Popup

Animated PySimpleGUI popup screens for running processes. All of these can be run independent of other processes using multi-threading.

This splash screen popup can be used for loading processes while starting up a program

This animated popup is created by iterating through a list of images. This is good to use for a process where the time or sequence is unknown.

This text loading popup is animated with a simple sequence of text options in a while loop. This is simpler than the picture animation, but is used for a similar purpose... when time or sequence of events is unknown.

This ascii character loading popup is animated by with simple ascii characters in a while loop. This is an old school look, but can be used with or without a GUI. Also, this is best used when there is a defined time or sequence of events that can be calculated.