Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jodus-melodus/project_qr
Simple program that generates QR codes
https://github.com/jodus-melodus/project_qr
qr qr-code qr-code-generator qr-codes qr-generator qrcode qrcode-generator
Last synced: about 7 hours ago
JSON representation
Simple program that generates QR codes
- Host: GitHub
- URL: https://github.com/jodus-melodus/project_qr
- Owner: Jodus-Melodus
- License: mit
- Created: 2024-06-10T13:45:08.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-10T14:20:09.000Z (5 months ago)
- Last Synced: 2024-06-10T16:30:12.150Z (5 months ago)
- Topics: qr, qr-code, qr-code-generator, qr-codes, qr-generator, qrcode, qrcode-generator
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR Code generator
## Multiple QR code steps
Please run the [setup script](more/setup.sh) first to generate the exe or use the python script by itself.
1. Populate a text file with all the data you want to convert to QR Codes.
2. Ensure your data for one QR code is in a single line.
3. Run the script and input your file path.## Single QR code steps
Please run the [setup script](one/setup.sh) first to generate the exe or use the python script by itself.
1. Run the script and input your data.
2. Enter the save name.### Note
You are only able to run the [one setup.sh](one/setup.sh) or [more setup.sh](more/setup.sh) script if you have Bash and Python interpreter installed.