Metadata-Version: 2.1
Name: xPDF50
Version: 1.0.1
Summary: Get clean PDFs of CS50 course materials from cs50.harvard.edu URLs
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 or lecture notes xPDF50 outputs a clean PDF file of that project, problem, or notes.

> Installation

     $ pip install xPDF50

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

> Usage

     $ xPDF50 url

Please note that following modules are 'required' for xPDF50 to work. (Install them from Pypi using pip)

* Pillow
* requests
* xhtml2pdf

*** Important: Recommends only to be used within CS50's labs and codespaces. You may have to install 'C++ build tools', otherwise.

     



