Skip to content

QRCode encoder/decoder GUI for desktop, based on ZXing and Java

License

Notifications You must be signed in to change notification settings

lzh9102/qrcode-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This program provides desktop computer users with an easy-to-use graphical interface to create/decode qrcode images using the renowned zxing barcode library. It resembles the online QR Code Generator from the ZXing Project. It can also decode qrcode from screen captures.

Screenshots

Main Window Screen Capture

Building

Before building qrcode-desktop, the following packages must be installed on your system:

  • jdk
  • maven

Open a terminal and switch to the qrcode-desktop directory. Type the following command to build the jar archive:

mvn package

If the build process is successful, the output jar file will be located in the target directory. You can run the program by typing java -jar target/qrcode-desktop-*.jar.

About

QRCode encoder/decoder GUI for desktop, based on ZXing and Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages