CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
23.17k stars 2.81k forks source link

[New Tool] - Image file of QR -> QR output #1224

Closed jamess60 closed 3 months ago

jamess60 commented 3 months ago

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

I want to upload a QR code as a png/jpeg etc and have IT Tools tell me what type of QR code it is (wifi, text, url etc) and what the value is.

Is their example of this tool in the wild?

Probably?

Additional context

No response

Validations

sharevb commented 3 months ago

Hi @jamess60 (and @CorentinTh), implemented in https://github.com/CorentinTh/it-tools/pull/914 but still not merged

jamess60 commented 3 months ago

Ah neat, I didnt see that one. Ill close as duplicate, thanks :)

sharevb commented 3 months ago

Hi @jamess60, but adding parsing of wifi QR Code could be an interesting option to add, because WIFI info are a little bit difficult to read with the raw text of QRCode

sharevb commented 2 months ago

Hi @jamess60 and @CorentinTh, added common qr code type parsing in #914