A running progress bar package with animation
Project description
runqdm
애니메이션이 있는 진행 상태 표시줄 패키지입니다. 실행 중인 사람 애니메이션과 함께 진행 상황을 시각적으로 보여줍니다.
설치
pip install runqdm
사용법
from runqdm import runqdm
import time
# 반복 가능한 객체와 함께 사용
for i in runqdm(range(100)):
# 시간이 걸리는 작업 수행
time.sleep(0.1)
# 리스트와 함께 사용
for item in runqdm(['a', 'b', 'c', 'd']):
# 작업 수행
time.sleep(0.5)
특징
- 실행 중인 사람 ASCII 아트 애니메이션
- 진행률 표시 (퍼센트, 진행 막대)
- 현재/전체 항목 수 표시
- 남은 시간 예상 (hh:mm:ss 형식)
요구 사항
- Python 3.6 이상
- setuptools
- colorama (Windows에서 ANSI 색상 지원)
라이선스
MIT 라이선스
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
runqdm-1.0.0.tar.gz
(7.5 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 runqdm-1.0.0.tar.gz.
File metadata
- Download URL: runqdm-1.0.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
095f7e4e78d6a828d2684172e1ad3edae199e20eefb0c2330474ddf082978c93
|
|
| MD5 |
f5c9cafd26c7a6487a1b4a3c2ba3d75f
|
|
| BLAKE2b-256 |
4665a708e26d0a12205e89804ee847bf22f9116b2d45d5d6ca193258ddd585b6
|
File details
Details for the file runqdm-1.0.0-py3-none-any.whl.
File metadata
- Download URL: runqdm-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5c53587688c2feb044c01b1b8dccf3e9d5df05cd797b65f4377dc4c13cc50db
|
|
| MD5 |
8495c8830cea7e0ab297d969e75b7402
|
|
| BLAKE2b-256 |
9aa674ca7a16ea1ba1e674c2cf52e5cf3e5a7ef024a07fabe4d15bf1f883dc0f
|