Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 781 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 781 Bytes

Steps

In order to use the package take the following steps

  1. Navigate to the folder report-generator Via CMD
  2. Type "pip install ."
  3. Wait for the installation to complete
  4. Now you can import the package in python
  5. import pdf_package

Setup

Installation

pip install .

Testing

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