What you'll learn
- Generating realistic data with mockaroo
- Draw on a canvas with reportlab
- Generate a QR code with pyqrcode
- Merge canvas and pdf file with pypdf2
Requirements
- Basic understanding of python
Description
This course will teach you how to use python to generate ID cards.
During the course you will learn:
- how to generate realistic data and download it as an Excel file
- how to start and setup your project in PyCharm
- how to read data from an Excel file and iterate over it by using pandas
- how to draw text and image on a canvas by using reportlab
- how to generate QR code by the help of pyqrcode
- how to merge canvas and a PDF file template to create new PDF file.
Who this course is for:
People with the basic understanding of python who want to know how to use it to work with PDF files and generate a QR code
Who this course is for:
- Beginner Python developpers curious about working with PDF files