News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

QR code generator

Started by jj2007, November 27, 2022, 09:58:59 AM

Previous topic - Next topic

jj2007

A very simple QR code generator: launch the exe, paste a URL (or any other text) in the edit field, and hit Return.
Then right-click into the image to save or copy the code. Have fun :thumbsup:



P.S.: You can launch it from the commandline, too, with the text or URL as an argument. Or try pasting WhatsApp emojis :tongue:

Version 2 allows to produce multiple QR codes via a text file named QrBatch.txt, which you can drag over the exe. Its format is very simple:

HelloW.png Hello World
Line2.png This is line #2 of QrBatch.txt
Download.png http://masm32.com/board/index.php?topic=94.0
Unicode.png Unicode characters like 💪🏿😡🦾🎶☕are OK
Origin.png You got this program from http://masm32.com/board/index.php?topic=10511.0


First the file name, then a tab, followed by the text to encode, which can be Ansi, Utf8 or Utf16.

TimoVJL

a saving option might be good too :undecided:
May the source be with you

jj2007

Quote from: jj2007 on November 27, 2022, 09:58:59 AMThen right-click into the image to save or copy the code

Doesn't work for you?

TimoVJL

for command line usage, GUI works :thumbsup:
May the source be with you

jj2007

Quote from: TimoVJL on November 28, 2022, 12:21:05 AM
for command line usage, GUI works :thumbsup:

Hi Timo,

Version 2 attached above allows batch processing. Just drag QrBatch.txt over the exe and see miracles happen. Check in particular Unicode.png ;-)