Skip to content

This Java project utilizes the zxing-core 2.0 and zxing 1.7 javase external JAR files to generate QR codes.

License

Notifications You must be signed in to change notification settings

TheStevenDev/QR-GENERATOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

This Java project is a QR code generator that utilizes the zxing-core 2.0 and zxing 1.7 javase external JAR files.

Instructions:

  1. Download the project files and extract them to your desired location.
  2. Make sure you have Java installed on your system. If not, you can download it from the official Java website.
  3. Place the zxing-core 2.0 and zxing 1.7 javase JAR files in the project directory.
  4. Open a terminal or command prompt and navigate to the project directory.
  5. Compile the Java files using the following command: javac -cp zxing-core-2.0.jar:zxing-1.7-javase.jar QRCodeGenerator.java
  6. Run the application with the command: java -cp zxing-core-2.0.jar:zxing-1.7-javase.jar:. QRCodeGenerator
  7. Follow the on-screen instructions to generate QR codes.

Customization:

This QR code generator can be customized to suit your specific needs:

  • Modify the code in the QRCodeGenerator.java file to change the input data or QR code settings.
  • Refer to the zxing documentation for more advanced usage and customization options.

Additional Information:

For more information, please visit the GitHub repository.

If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This Java project utilizes the zxing-core 2.0 and zxing 1.7 javase external JAR files to generate QR codes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages