https://github.com/brand07/user-qr-code-generator
https://github.com/brand07/user-qr-code-generator
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brand07/user-qr-code-generator
- Owner: Brand07
- Created: 2024-10-22T15:49:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T17:21:16.000Z (11 months ago)
- Last Synced: 2025-02-12T04:58:56.267Z (8 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Username and Password QR Code Generator
# Purpose
Useful for generating QR codes for quick and easy logins. The original purpose of this project was for my job. I wanted
to make an easy way for someone to generate the login for their RF Device (Zebra MC3300). However, I think someone else
could find use for it as well.# Scope
Allows the end user to enter their username and password (for whatever system) and generate a QR code both on screen
and with the option to print. If the print option is toggled, the QR Code will print on the default printer set in Windows.
Personally, I use it with a Zebra ZT411 with 2X2 labels.# Other
Upon using the program, a 'QR_Codes' folder will be made in the running directory. Every QR Code generated will be stored
as an image file with the entered username as the filename.