An open API service indexing awesome lists of open source software.

https://github.com/jonathanspereira/create_pdf_python

Generate quote and save as PDF with Python
https://github.com/jonathanspereira/create_pdf_python

fpdf jupyter-notebook python

Last synced: about 2 months ago
JSON representation

Generate quote and save as PDF with Python

Awesome Lists containing this project

README

          

# PDF creation with Python

## Project:

In this project we must request information to be able to calculate and generate a quote in PDF

## How it will be carried out:

- Receive user data;
- Convert data types;
- Use variables to store data;
- Install and use the fpdf library to generate PDF.