H
H
Held69912021-11-05 04:49:54
Python
Held6991, 2021-11-05 04:49:54

How to display how long a script has been running in Python?

How to implement (or maybe there are similar libraries) "stopwatches" in Progress Bars, by type, how long has the script been running, which works until the end of the script? (it needs to work asynchronously with threading, please describe how to use it with it)
I tried manually and tracked through t.join (), but it went into an eternal loop

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2021-11-05
@shabelski89

Here is a good library - tqdm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question