DevToys icon indicating copy to clipboard operation
DevToys copied to clipboard

QR Code Generator & Reader

Open expikr opened this issue 2 years ago • 4 comments

would be neat to have the functionality of generating QR codes based on inputs, whether in its own tool or included as part of another tool or as a common "export" widget for all tools.

expikr avatar Jan 27 '22 00:01 expikr

Also, an even more urgent usecase need: converter from an image of QR code into content (and vice versa), whether via clipboard screenclip or loading from image file (and in the case of content-to-qr generation, could potentially incorporate #269 for loading text from file)

It's baffling that there is no easy way to read QR codes on windows other than through the actual camera. Putting this converter into the Swiss Army knife toolset is literally a lowhanging nobrainer.

expikr avatar Jan 31 '22 14:01 expikr

https://github.com/dlbeer/quirc might be a useful standalone library, and it's licensed under a MIT like license(ISC License)

Akarinnnnn avatar Apr 11 '22 12:04 Akarinnnnn

And ZXing.Net

Akarinnnnn avatar Apr 11 '22 12:04 Akarinnnnn

Would be great to see a QR-code generator added that can generate a QR-code based on text input, and from there export the QR-code as an image.

An option to import a file from clipboard/file upload would be great too to get the contents of a QR-code, for example to get the code needed to setup TOTP 2FA for websites in Bitwarden.

Also see #499 & #527

ghost avatar Jul 21 '22 19:07 ghost