This repo goes along with my YouTube video "Generating an Analytics Report (PDF) in Python". In it we learn how to use the fpdf library to create a report like the ...
this is a Text to pdf convertor in which you can convert you text files into PDF format using fpdf module of python Before using this code , first install ""'fpdf using pip install fpdf '"" . "" this ...