A Python module which prints elapsed time and estimated time left with accordance to percentage
Project description
Progress Timer
- A Python module which prints elapsed time and estimated time left with accordance to percentage
- 파이썬 반복문에서 인덱스를 기반으로 백분율에 맞추어 진행률을 표시해주는 모듈
Install
pip install progress_timer
Usage
from progress_timer import Timer
length = len(a_iterator)
timer = Timer(length)
for idx, item in enumerate(a_itertator):
timer.time_check(idx)
Result
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
progress_timer-0.2.0.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file progress_timer-0.2.0.tar.gz.
File metadata
- Download URL: progress_timer-0.2.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
515d50ed66b3c7bf0574237cfa9b5cd15edb04741caf5af28673d9a5474bbd74
|
|
| MD5 |
aec906cf255fb9efea5e7973676dc3e1
|
|
| BLAKE2b-256 |
a8a0c9a0ddf6f695b550ac140c4ea913944579c8e84a306afa2eaa935a52805f
|
File details
Details for the file progress_timer-0.2.0-py3-none-any.whl.
File metadata
- Download URL: progress_timer-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
860d26e9921722fdb8cf79105e187560299281211c71bef797e79ab632087453
|
|
| MD5 |
4fdc0ec822ffebb4985479eb3bdb623e
|
|
| BLAKE2b-256 |
6b5c683c5e71170234197a60ac257e9e7a5e7b21de998fd8508c383941c32427
|