Download large file in Python with beautiful progress bar (TUI)

https://python.study/p/download-large-file-in-python-with-progress-bar/

In this article, we will explore the use of the tqdm package to create beautiful progress bars in the console while downloading large files from the internet.

33 points · 3 comments · view on lemmy.world

3 Comments

lolfaceftw@lemmy.world · 2 pts · 3y

tqdm getting some love

techwizrd@programming.dev · 2 pts · 3y

I'm a frequent user of tqdm, but I've never seen that async example. Very cool!

chairman@lemmy.world · 2 pts · 3y

This is amazing. Thank you for sharing.