A simple web to pdf converter
Written entirely in python. Uses the pdfkit module to convert the webpages to pdf.
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