Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 487 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 487 Bytes

W2P

A simple web to pdf converter

Developmet

Written entirely in python. Uses the pdfkit module to convert the webpages to pdf.

Usage

Run the code at the command line and input the full url of the website, a pdf file of the webpage will be generated with the title of the webpage as the name of the pdf file. The name defaults to file.pdf if the webpage has no title. Libraries needed for the code to run effectively are found in the requirements.txt file