File downloader with a progress bar using Python

preview_player
Показать описание
This video demonstrates how you can create a cool file downloader for terminal with a pretty progress bar.

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#python #downloader #progress-bar
Рекомендации по теме
Комментарии
Автор

You had done in 4 lines but others make a huge program then also they didn't get the results .Great bro best at all amazingly explained

shailsingh
Автор

AWESOME!! Since the time i wondered how it was done :D thankfully

seydinabadiane
Автор

very nice bro.. make more such tutorials !

FeyzSHB
Автор

Hi, How can we show progress bar when we are downloading a file from cloud bucket.

shahanazmohammed
Автор

can someone please guide me on how to make progress bar for UPLOADING using python?

abhijeetbonde
Автор

good lesson! record video how to implement
this is in a GUI program. Thanks!

vadimrodberg
Автор

Great Tutorial !!
I am trying to download a file of size around 60 MB and for that it is showing the speed in reverse units i.e s/MB .
Any way to fix this ?

rutwikshinde
Автор

How to make download pause and unpause feature with python for file download

nazmulhaque
Автор

Hi, do you know how did the 147.85 KB/s speed was shown ? Was it because you wrote unit=KB ?

hasanffaraaz
Автор

bro plz make a video on coroutines and asyncio

shubhamaggarwal
Автор

Bro, this code download the file first, then It writes the content of file with progress bar. So basically, the progress bar doesn’t show the download progress, it shows the file writing progress. I want something like fdm. It shows the downloaded progress and write that in file immediately. Is this possible with python?

mariamkhanam
Автор

How if i want to input an url . Instead of editing the code. I tried . But i got error like :
total_size = File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/requests/structures.py", line 54, in __getitem__ return self._store[key.lower()][1] KeyError: 'content-lenght'

My change is:
This part :
url = input("paste your url here: ")

And this :

with open(url, 'wb')as f:

Yeah. Thats all i changed. Im a beginner.

laarags
Автор

What is the linux distro that you are using?

maneeshreddy
Автор

I am getting the sslv3 alert handshake failure . Can you kindly advise ?

jalalkasmani
Автор

Nice Tutorial! May I know what theme you are using? It is evident that you are using Ubuntu. I just want to know the specific theme that you are using. Thanks in advance!

massivekode
Автор

Great, but you should remove the background noise of your videos

archanamaurya
Автор

Hi good video could you make a video of how to download Youtube videos using python with progress bar

argenisguzman
Автор

how to make a progress bar till a function is running?

umangahuja
Автор

your audio has some high-freq noise

hope you fix that

sikaydalapixia
Автор

nice video man.... upload more such videos in so can u help me out by looking over my tech chsnnel and comment how it is.

abhishekdas