Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 723 Bytes

File metadata and controls

26 lines (20 loc) · 723 Bytes

Slideshare Downloader

Description

A Script to download slides from Slideshare as pdf from URL.

  • This is can be used for implementations as one of the features.

Language

  • Python

Instructions to run this application

  1. Python 3 must be installed in your system.
  • For first time, run this in terminal or powershell
pip3 install -r requirements.txt
  1. It will download all the required modules
  • Now run the below command
python slideshare_downloader.py
  • After that follow the instructions on screen and enter the URL.
  • then enter the file name for your slides pdf.

Finally you will get the slides pdf file in same folder with file name as you provided in above step.