##PDF Generator
#how to install
python3 -m pip install reportlab
python3 -m pip install PyPDF2
A script that generates a pdf file. You can create a new pdf file from an html file or you can write on top of an already existing pdf
HTML
##PDF Generator
#how to install
python3 -m pip install reportlab
python3 -m pip install PyPDF2