/9qr

A QR code generator written in Java

Primary LanguageJavaMIT LicenseMIT

9qr

A simple QR code generator written in Java.

link-to-gh

QR code generated with 9qr

Generate your own QR using 9qr

Making the project up and running

  • Clone the repository
  • Restore Maven dependencies

Creating your own QR code using 9qr

  • Fill below lines with your data
String data = ""; // Your data goes here
String path = ""; // Path to save the QR code image
int dimension = 80; // Dimension of the QR code image
  • Now build and run the project using IntelliJ IDEA or Eclipse