Skip to content

Latest commit

 

History

History

Pdf Downloader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

PDF Downloader

GOAL

The aim of this program is to download the (.pdf)extension file from the given url.

DESCRIPTION

In this, we will input the URL of the (.pdf) extension and the pdf file be downloaded at the specified path. A basic approach is used for creating this program. Using the (requests) library we are requesting access to the file from the given URL. And using Tkinter we have created the GUI.

LIBRARIES NEEDED

  • requests
  • Tkinter

HOW TO RUN

  • from the terminal line run cmd
    python3 pdf_downloader.py
  • NOTE:- If the image is not visible in GUI, then add the (logo.png) image path from the image folder at line no. 25

DEMONSTRATION

Output

YOUR NAME

Govind Kushwaha