Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tdbe authored Nov 8, 2021
1 parent ddb5180 commit 3a21fcc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Quick_QR_Generator
Quick QR Generator Unity project that supports multi page printing and formatting of QR codes. QR sources can be read from a folder of multiple source text files. Useful if you want to format and create grids of QR codes that you want to print out. Check the ./Assets/[Assets]/Sample_Input_File.txt as sample input. You can have as many of these files as you want, with arbitrary numbers of codes, and the app will help you print them all out, space them out, skip some, leave empty spaces in the grid etc.

Quick QR Generator project that supports multi page printing and formatting of QR codes. QR sources can be read from a folder of multiple source text files.

Useful if you want to format and create grids of QR codes that you want to print out.

Check the ./Assets/[Assets]/Sample_Input_File.txt as sample input. You can have as many of these files as you want, with arbitrary numbers of codes, and the app will help you print them all out, space them out, skip some, leave empty spaces in the grid etc.

0 comments on commit 3a21fcc

Please sign in to comment.