Batch QR Generator

Generate multiple QR codes at once from CSV, JSON, or text files

Upload Data File

Supports CSV, JSON, and TXT files

File Formats

CSV Format:

data,label
https://example.com,Example Website
https://google.com,Google
Hello World,Greeting Text
mailto:hello@example.com,Contact Email

JSON Format:

[
  {
    "data": "https://example.com",
    "label": "Example Website"
  },
  {
    "data": "https://google.com", 
    "label": "Google"
  },
  {
    "data": "Hello World",
    "label": "Greeting Text"
  }
]

Text Format:

One data item per line

Generated QR Codes (0)

Upload a file and generate QR codes to see them here