noexec / curldl

Safely and reliably download files with PycURL
https://pypi.org/project/curldl/
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Integrate tqdm for download progress bar #14

Closed noexec closed 1 year ago

noexec commented 1 year ago

tqdm works well, but should also consider rich.progress, although rich is quite a big package to depend upon.