Skip to content

๐Ÿ”— A cross-platform desktop application for generating QR codes and barcodes with a clean tabbed interface. Built with Go and Fyne GUI toolkit.

License

Notifications You must be signed in to change notification settings

kanishkaGayan/go-Qr-Barcode-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

QR & Barcode Generator

A simple desktop application built with Go and Fyne that generates QR codes and barcodes with an intuitive tabbed interface.

Features

  • 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

Screenshots

Screenshot from 2025-08-27 18-55-01 Screenshot from 2025-08-27 18-55-09 Screenshot from 2025-08-27 18-55-17

Installation

  1. Clone the repository:
git clone https://github.com/kanishkaGayan/go-Qr-Barcode-generator.git
  1. Install dependencies:
go mod tidy
  1. Build the application:
go build -o qr-barcode-generator qr-barcode-generator.go
  1. Run the application:
./qr-barcode-generator

Usage

  1. QR Code Tab: Enter text and click "Generate QR Code"
  2. Barcode Tab: Enter text and click "Generate Barcode"
  3. Click "Save" to export generated images to your preferred directory

Dependencies

Requirements

  • Go 1.19 or higher
  • Linux/Windows/macOS

License

MIT License

About

๐Ÿ”— A cross-platform desktop application for generating QR codes and barcodes with a clean tabbed interface. Built with Go and Fyne GUI toolkit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages