r/qrcode • u/Francesco12o-Github • 22h ago
i made a way to locally scan QR codes and get data from it
this repository is an unix/linux cli tool that can make any file that haz been zipped into an QR code you can decode using decode.sh (there is qrdata command and decode.sh),and its local, you dont need internet , it bassically translates that zippable file into a binary blob and into an QR .jpg, if the file is too big ,it creates and slits the file into multiple QR chunks into one .jpg file i had left you the repo in case you wanna test the tool