/virtual-id-card

A tkinter based gui to create a virtual Id card.

Primary LanguagePython

virtual-id-card

A tkinter based gui to create a virtual Id card.
The Id card will contain the following details:

  1. Name
  2. A randomly generated Id
  3. Date of Birth
  4. Blood Group
  5. Mobile Number
  6. Address
  7. A QR which has all the above information
  8. A picture of the user

Requirements

  1. Python 3
  2. Pillow library v8.1: Docs Installation
  3. Pyqrcode v1.8.1: Docs Installation
  4. Pyperclip v1.8.1: Docs Installation
  5. tkinter - Bundled with python
  6. Random library - Bundled with python