osd-slides package¶
osd-slides module¶
- class osd_slides.main.Downloader¶
Bases:
object- searchAndDownloadPdf()¶
Downloads all the class presentations.
- Returns:
Null
- showDownloadablePdf()¶
Shows all the downloaddable pdf’s.
- Returns:
Null
- class osd_slides.search.Search(url='https://www.cs.columbia.edu/~paine/4995/lectures/', slides=[])¶
Bases:
object- lookup(keyword)¶
Looks up the keyword in slides.
keyword: Keyword is searched through the slides.
- Returns:
Null
- open(idx=0)¶
lookup() must be called fist. Opens the exact slide were the keyword was found using index.
idx: Index to decide which exact slide to open.
- Returns:
Null