https://github.com/1337w0rm/lecturenotesdownloader
A Python Script to download study notes from LectureNotes in PDF or Image (jpeg) format
https://github.com/1337w0rm/lecturenotesdownloader
downloader python python3 scraping-python
Last synced: 9 months ago
JSON representation
A Python Script to download study notes from LectureNotes in PDF or Image (jpeg) format
- Host: GitHub
- URL: https://github.com/1337w0rm/lecturenotesdownloader
- Owner: 1337w0rm
- License: gpl-3.0
- Created: 2019-06-24T08:33:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T15:36:06.000Z (over 5 years ago)
- Last Synced: 2025-01-23T05:14:13.258Z (10 months ago)
- Topics: downloader, python, python3, scraping-python
- Language: Python
- Homepage:
- Size: 1.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LectureNotesDownloader
A Python script to download notes from LectureNotes in PDF format
# Python Libraries Used
> 1.Requests
> 2.Img2pdf
# How to Run
> 1. First install the required python libraries
```sudo pip install -r requirements```
> 2. Run
```python3 lecturenotes.in.py```