Skip to content

lyqht/mini-qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

63 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Mini QR Code Generator

License: GPL v3

A customizable QR code generator to create beautiful and unique QR codes.

Features

  • โœ… Accessible: minimally WCAG A compliant
  • ๐ŸŽจ Customizable colors and styles
  • ๐Ÿ–ผ๏ธ Export to SVG and PNG
  • ๐Ÿ“‹ Copy to clipboard
  • ๐ŸŒ“ Light/dark mode based on system settings
  • ๐ŸŽฒ Randomize style button
  • ๐ŸŒ Available in 29+ languages thanks to deepl-translate-github-action
  • ๐Ÿ’พ Save & Load QR Code config
  • ๐Ÿ–ผ๏ธ Upload custom image for logo
  • ๐ŸŽญ Presets: Pre-crafted QR code styles
  • ๐Ÿ›ก๏ธ Error correction level: affects the size of the QR code and logo within. Use lower correction levels for bigger pieces of data to ensure that it can be read.
  • ๐Ÿ“ฆ Batch data export: Import a CSV file with multiple data strings and export QR codes for them all at once.

Demo

Try it out here โœจ

MiniQR-demo.mp4

Batch data export is also now supported.

batch_data_export.mp4

Self-hosting with Docker ๐Ÿ‹

Mini-QR can easily be self-hosted. We provide a docker-compose.yml file as well as our own images. We are using GitHub's ghrc.io Container Registry.

wget https://github.com/lyqht/mini-qr/raw/main/docker-compose.yml

docker compose up -d

Contributing

See CONTRIBUTING.md for more details.