Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Generate ID Cards with Python
Rating: 4.5 out of 5(15 ratings)
52 students

Generate ID Cards with Python

Learn how to use reportlab, pyqrcode and pypdf2 to generate id cards from the information stored in an excel file.
Created byRustam Karimov
Last updated 6/2020
English

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

Course content

2 sections8 lectures1h 18m total length
  • Introduction1:20

    This video gives brief overview of what you will learn in this course.

    After finishing this course, you will be able to generate id cards, certificates and much more as PDF files by using python.

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.

The course consists of an intro and 7 lectures.

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