Skip to content

Gill-Singh-A/Python-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Downloader

Downloads specified file present on the Web.

Requirements

Language Used = Python3 Module/Packages used:

  • request
  • sys

Input

It takes 2 arguments from the command that runs the Python Program.

  1. URL of the Source
  2. File Name to be created

For example:

python download.py url file_name

Output

Creates a file with the specified file_name with the content of the source with the given URL.

About

Downloads specified file present on the Web.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages