Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.