Metadata-Version: 2.1
Name: xPDF50
Version: 1.0.5
Summary: Downloads clean PDFs of CS50 course materials from cs50.harvard.edu web pages
Home-page: https://github.com/thaare87/projects/tree/master/xPDF50
Author: Thaare87
Author-email: thaare87@gmail.com
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt

### xPDF50

Given a URL of Harvard's CS50 web page containing a project, a problem, a lab or lecture notes xPDF50 outputs a clean PDF file of that project, problem, lab or notes.

> Installation

     $ pip install xPDF50

Please note that following modules are 'required' for xPDF50 to work. 
* Pillow
* requests
* xhtml2pdf


> Usage

     $ xPDF50 url

Make sure to provide a URL of a cs50.harvard.edu page containing a project, a problem, a lab or lecture notes.

*** Important: Download the pdf file to the PC to view it 

     



