A minimalist QR Code generator for Windows. Built because online generators are usually cluttered, require accounts and not so offline friendly.
- Custom Colors: Full Hex color support.
- Logo Support: Embed images into the QR center.
- Batch Generate: Generate multiple codes from a CSV/TXT list.
- Transparency: Toggle transparent backgrounds for PNG exports.
- Status Feedback: Toast notifications for save/copy/hub actions.
- Go to the Releases tab.
- Download the
QRCodeGenerator.zip. - Extract and run
QRCodeGenerator.exe.- Note: Ensure
QRCoder.dllstays in the same folder as the EXE.
- Note: Ensure
- Clone the repository.
- Open
QRCodeGenerator.slnin Visual Studio. - Restore NuGet packages.
- Build in Release mode.
QR Code cuz i wanna show off
To use the batch generator, provide a .csv or .txt file formatted as follows:
FileName1, [https://yourlink.com](https://yourlink.com)
FileName2, [https://anotherlink.com](https://anotherlink.com)
The engine will automatically sanitize filenames and generate high-resolution PNGs in your chosen folder.
The primary color was selected for its aesthetic and because I like blue.
Suggestions or bugs can be logged in the Issues Portal.
- SVG / Vector Export
- Local History Vault
- WiFi Access Point Creator
This project is licensed under the MIT License.
