From 500c56af6b5a3592b2c53d6b7fb6e9c5aa4e1f65 Mon Sep 17 00:00:00 2001 From: Ziomek Date: Tue, 31 Mar 2026 16:40:54 +0200 Subject: [PATCH] Add QRMint to Apps section Free styled QR code generator API with custom colors, logos, frames, and batch generation. Co-Authored-By: Paperclip --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9626075..3361eab 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ A curated list of awesome QR code libraries, software and resources. - [qrcp](https://github.com/claudiodangelis/qrcp) - Transfer files over Wi-Fi from your computer to a mobile device by scanning a QR code without leaving the terminal. - [qr-filetransfer](https://github.com/sdushantha/qr-filetransfer) - Transfer files over Wi-Fi between your computer and your smartphone from the terminal. +### Generators + +- [QRMint `W`](https://qrmint.dev) - Free styled QR code generator API with custom colors, logos, frames, and batch generation. No API key required. + ## CLI - [qrencode](https://fukuchi.org/works/qrencode) - Command line tool to generate QR codes.