https://github.com/thestevendev/qr-generator
This Java project utilizes the zxing-core 2.0 and zxing 1.7 javase external JAR files to generate QR codes.
https://github.com/thestevendev/qr-generator
codelibrary javaproject qrgeneration zxing zxing-qrcode
Last synced: 2 months ago
JSON representation
This Java project utilizes the zxing-core 2.0 and zxing 1.7 javase external JAR files to generate QR codes.
- Host: GitHub
- URL: https://github.com/thestevendev/qr-generator
- Owner: TheStevenDev
- License: mit
- Created: 2023-06-07T12:41:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T14:22:09.000Z (over 2 years ago)
- Last Synced: 2025-05-14T10:22:45.555Z (5 months ago)
- Topics: codelibrary, javaproject, qrgeneration, zxing, zxing-qrcode
- Language: Java
- Homepage:
- Size: 403 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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:
- Download the project files and extract them to your desired location.
- Make sure you have Java installed on your system. If not, you can download it from the official Java website.
- Place the zxing-core 2.0 and zxing 1.7 javase JAR files in the project directory.
- Open a terminal or command prompt and navigate to the project directory.
- Compile the Java files using the following command:
javac -cp zxing-core-2.0.jar:zxing-1.7-javase.jar QRCodeGenerator.java
- Run the application with the command:
java -cp zxing-core-2.0.jar:zxing-1.7-javase.jar:. QRCodeGenerator
- 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.