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.
- Host: GitHub
- URL: https://github.com/lohithgsk/dynamic-qr-generator
- Owner: lohithgsk
- Created: 2024-08-18T16:50:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T09:43:05.000Z (almost 2 years ago)
- Last Synced: 2024-08-19T11:31:59.448Z (almost 2 years ago)
- Topics: data, pillow, python, qrcode, qrcode-generator
- Language: HTML
- Homepage: https://qr-generator-bay.vercel.app
- Size: 881 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/ ```