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
- Host: GitHub
- URL: https://github.com/jonathanspereira/create_pdf_python
- Owner: jonathanspereira
- License: mit
- Created: 2023-10-21T02:08:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T20:11:13.000Z (about 2 years ago)
- Last Synced: 2025-03-04T03:34:30.405Z (over 1 year ago)
- Topics: fpdf, jupyter-notebook, python
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.