Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bhargav-joshi/id-card-generator-with-qrcode
- Owner: bhargav-joshi
- Created: 2020-06-18T11:09:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T16:58:56.000Z (over 4 years ago)
- Last Synced: 2024-05-11T13:52:29.981Z (9 months ago)
- Topics: id-generator, pillow, python, qrcode
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*