In order to use the package take the following steps
- Navigate to the folder report-generator Via CMD
- Type "pip install ."
- Wait for the installation to complete
- Now you can import the package in python
- import pdf_package
pip install .
In Order to have a look at he function that we will be using go to this link:
https://pyfpdf.readthedocs.io/en/latest/index.html
This contains the documentation of pyFPDF
Note: Please do not get confused with the FPDF developed for PHP go with the one developed for python or use the given link to go to its documentation