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

https://github.com/lohithgsk/dynamic-qr-generator

A Python-based QR generator application was developed using the qrcode and Pillow libraries, dynamically generating QR codes for custom data inputs. Designed for a college grievance management system, the application creates QR codes containing block, floor, room, and machine numbers, allowing easy placement and identification on each floor.
https://github.com/lohithgsk/dynamic-qr-generator

data pillow python qrcode qrcode-generator

Last synced: over 1 year ago
JSON representation

A Python-based QR generator application was developed using the qrcode and Pillow libraries, dynamically generating QR codes for custom data inputs. Designed for a college grievance management system, the application creates QR codes containing block, floor, room, and machine numbers, allowing easy placement and identification on each floor.

Awesome Lists containing this project

README

          

# SIGMA | General Maintanence Software | QR Generator

## Usage
Create a project directory
```
mkdir sigma-qrgen
```
Go to the project directory
```
cd sigma-qrgen
```
Clone the repository
```
git clone https://github.com/lohithgsk/dynamic-qr-generator
```
run the following command to start the server.
```
python index.py
```
The default port is set to ``` 5000 ```, so, the QR Generator is online at ``` http://127.0.0.1:5000/ ```