Go to file
kolaente e504bfe157
Fix typo
2020-11-15 18:51:50 +01:00
.gitignore Copy readme files to release zip 2020-09-16 20:12:07 +02:00
README.md Add readmes 2020-09-16 20:10:29 +02:00
README_DE.md Add readmes 2020-09-16 20:10:29 +02:00
go.mod Add xgo to mod 2020-09-15 18:32:39 +02:00
go.sum Add xgo to mod 2020-09-15 18:32:39 +02:00
magefile.go Copy readme files to release zip 2020-09-16 20:12:07 +02:00
main.go Fix typo 2020-11-15 18:51:50 +01:00

README.md

Bulk QR Code Creator

This is a small program which takes all .txt files in a folder and creates qr codes with their contents.

Usage

  1. Get a release for your os from the releases page.
  2. Unzip the files into a folder of your choice.
  3. Double click on the executable file (The only one ending on .exe for windows releases) or execute it via a terminal.
  4. The tool will ask you for a folder with text files. You can hit enter to use the current directory from where you ran the binary.
  5. It will show a progress bar for all files.
  6. Once done, all generated qr codes will be put into a folder called qrcodes in the same directory as the text files.