A Go application that decodes QR codes from image files and opens the URL in the default web browser using this library: github.com/tuotoo/qrcode
-
Clone the Repository
git clone https://github.com/Tabintel/qrscanner.git cd qrscanner
-
Install Dependencies
Ensure you have Go installed, then run:
go mod tidy
-
Add Image File
Use the default image to test or place your image with the QR code in the
images/
directory and name itsample.png
or update theimagePath
inmain.go
to match your image file name. -
Run the Application
go run main.go
The application will decode the QR code from the image and open the URL in your default web browser.