Skip to content

QR Code Generator v1.0.0 — first release

Choose a tag to compare

@sascha-codeforfun sascha-codeforfun released this 06 Jul 18:13
d06d27f

A small Windows app that turns URLs into QR codes, with PNG and SVG output.

Highlights

  • PNG and SVG export (SVG stays razor-sharp at any size)
  • Center graphic: a logo image, or vector glyphs pulled straight from a font (TTF/OTF)
  • Schema-driven URL builder — define parameters in url-schema.json and fill them in the UI (textbox for single values, dropdown for lists)
  • Batch tab: paste a list of URLs and get a ZIP of QR SVGs, with sanitized filenames
  • "Add to batch" button to send a crafted URL over to the batch list (with de-duplication)

Download

  • Grab QrCodeGenerator.exe below and run it — no install needed (64-bit Windows).
  • The build is self-contained (the .NET runtime and WPF are bundled in), provenance-attested and checksummed — see QrCodeGenerator.exe.sha256.

Requirements: 64-bit Windows. No .NET install required.

Fun fact: almost this entire app was built from a handful of plain-English prompts to Claude — the full list is in input.md.