A simple desktop application built with Go and Fyne that generates QR codes and barcodes with an intuitive tabbed interface.
- QR Code Generation: Generate QR codes from any text input
- Barcode Generation: Create Code128 barcodes from text
- Tabbed Interface: Clean UI with separate tabs for QR codes and barcodes
- Save Functionality: Save generated codes as PNG images
- Fixed Layout: Consistent element sizing for professional appearance
- Clone the repository:
git clone https://github.com/kanishkaGayan/go-Qr-Barcode-generator.git- Install dependencies:
go mod tidy- Build the application:
go build -o qr-barcode-generator qr-barcode-generator.go- Run the application:
./qr-barcode-generator- QR Code Tab: Enter text and click "Generate QR Code"
- Barcode Tab: Enter text and click "Generate Barcode"
- Click "Save" to export generated images to your preferred directory
- Go 1.19 or higher
- Linux/Windows/macOS
MIT License