FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

pythoncode-tutorials/general/file-downloader at master · rachana88/pythoncode-tutorials · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

To download a file using Python:

  • pip3 install -r requirements.txt
  • python download.py https://download.winzip.com/gl/nkln/winzip24-downwz.exe
    
    This will start downloading the file and outputs something like this:
    Downloading winzip24-downwz.exe:   6%|█████▏                                                                         | 779k/11.8M [00:03<00:55, 210kB/s]
    

Back | FazBrowse Home | New Git URL