Skip to main content
~/makemydev/qr-code-generator

$qr-code-generator

Generators

Generate QR codes for text, URLs, WiFi credentials, and vCards. Adjust size and error correction level. Download as PNG or SVG.

// how-to

How to generate a QR code

Generate QR codes for URLs, text, WiFi credentials, and vCards — then download them as PNG.

  1. Choose the content type

    URL, plain text, WiFi network, or vCard contact. Each type formats the payload correctly for scanners.

  2. Fill in the fields

    Enter the data. For WiFi, supply SSID, password, and encryption type.

  3. Preview live

    The QR code updates as you type. Error correction level is set for reliable scanning.

  4. Download PNG

    Save the image to share in print, slides, or documentation.

// faq

? Is there a length limit?
QR codes support up to 2,953 bytes, but dense codes become harder to scan. Keep URLs short for best results.
? Can QR codes contain tracking?
The QR code only encodes the URL you provide. If you want tracking, use a URL shortener — the QR itself stays the same.
? Why does my WiFi QR code not connect?
Check the encryption type (WPA vs WEP vs nopass) and that the SSID/password are exact. iOS and Android handle hidden networks slightly differently.