Useful RegEx to extract information from a text-only TQDM stream. I personally found this useful to extract progress data from a Python child process and use it to update a progress bar in my front-end Electron UI.
The RegEx:
(.*): *(\d+%).*(\d+\/\d+) +\[(\d+:\d+)<(\d+:\d+), +(\d+.\d+.*\/s)\]
Capture Groups:
- Label
- Percent Complete