Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bhargav-joshi/id-card-generator-with-qrcode

This is a Python application that is made to generate the amazing ID card just by writing some details on CLI(Command Line Interface) which is also user friendly. The main thing is that we also get the QR generated from the same for identification of a person.
https://github.com/bhargav-joshi/id-card-generator-with-qrcode

id-generator pillow python qrcode

Last synced: about 11 hours ago
JSON representation

This is a Python application that is made to generate the amazing ID card just by writing some details on CLI(Command Line Interface) which is also user friendly. The main thing is that we also get the QR generated from the same for identification of a person.

Awesome Lists containing this project

README

        

# ID-Card-Generator-in-Python-with-QR-Code
ID Card Generator in Python With QR Code

### *Description*
* This is the ID Generator created in Python.
* In this We have used QR code and We are accepting client data and making their id with QR.
* You can see the Code and also Try.

#### Before Using Install Python

Install from here - > https://www.python.org/downloads/

#### Before Using Install Important Library

`pip install Pillow`

`pip install qrcode`

`pip install DateTime`

`pip install random2`

#### This is Command Line User Input Project and It will create a Image of the Entered Details with QR Code.

![](https://github.com/bhargav-joshi/ID-Card-Generator-in-Python-with-QR-Code/blob/master/Assets/CLI.JPG)

### This is ID Generated :

### This is QR Code Of ID Generated :

⭐️ *From https://github.com/bhargav-joshi*