A toolkits for replacing tqdm without additional package install!
Project description
help mi!
This package, siba is developed to replace 'tqdm'. The name, siba derives from the Korean word ssibal(or sibal).
Install
install from PyPI.
$ pip install siba
get started!!!
simple use!!!
from siba import siba
def time_sleep(t, clb=None):
import time
for i in range(t):
time.sleep(0.001)
if clb is not None:
clb(i+1, t) # clb(current state, total)
return None
# use as a call-back func
clb = siba(title="hello world")
time_sleep(100, clb)
return:
hello world 100%|████████████████████████|
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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
siba-1.0.5-py3-none-any.whl
(3.2 kB
view details)
File details
Details for the file siba-1.0.5-py3-none-any.whl.
File metadata
- Download URL: siba-1.0.5-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc205c3b073bd724c85cc21eb09f7479724984f915078eaa42784785a3a24ba9
|
|
| MD5 |
185c308622ce5c6c201d754fa201672f
|
|
| BLAKE2b-256 |
441209351e6ad3fd1065e51a9a50cd473a649cd15c9cf55641b57106145abe21
|