https://github.com/isg32/id-gen
ID Card Generator made in Python
https://github.com/isg32/id-gen
idcard-generator pandas pandas-library pandas-python pillow-library python reportlab reportlab-pdf tkinter tkinter-gui tkinter-python
Last synced: 28 days ago
JSON representation
ID Card Generator made in Python
- Host: GitHub
- URL: https://github.com/isg32/id-gen
- Owner: isg32
- License: mit
- Created: 2025-08-30T09:49:20.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-30T09:54:55.000Z (about 2 months ago)
- Last Synced: 2025-08-30T11:26:17.695Z (about 2 months ago)
- Topics: idcard-generator, pandas, pandas-library, pandas-python, pillow-library, python, reportlab, reportlab-pdf, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 655 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Id-Gen: Just a Python program to Generate ID Cards
## Usage:
> Clone the repo
```bash
git clone https://github.com/isg32/id-gen
cd id-gen
```
> Install the dependencies
```bash
pip3 install -r requirements.txt
```
> Run
```bash
python3 main.py
```