https://github.com/israel-dryer/animated-popup
Animated PySimpleGUI popup screen for running processes
https://github.com/israel-dryer/animated-popup
Last synced: 7 months ago
JSON representation
Animated PySimpleGUI popup screen for running processes
- Host: GitHub
- URL: https://github.com/israel-dryer/animated-popup
- Owner: israel-dryer
- Created: 2019-10-29T05:06:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T15:59:34.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T01:26:36.494Z (7 months ago)
- Language: Python
- Size: 13.7 MB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animated Popup
Animated PySimpleGUI popup screens for running processes. All of these can be run independent of other processes using multi-threading.
This  can be used for loading processes while starting up a program

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