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

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

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
```