This project is a QR code generator and reader system developed using VB.NET. It includes a GUI (Graphical User Interface) that allows users to generate and read QR codes easily.
- Generate QR codes for text or URLs
- Read QR codes from images or webcam
- Export generated QR codes as PNG or BMP files
- Microsoft Visual Studio 2017 or later
- .NET Framework 4.5 or later
- ZXing.Net library
- Clone or download the repository.
- Open the project in Microsoft Visual Studio.
- Build and run the project.
- Open the QR Code System application.
- Select the "Generate QR Code" tab.
- Enter the text or URL for the QR code.
- Choose the size of the QR code (small, medium, or large).
- Click the "Generate" button.
- The generated QR code will be displayed in the preview area.
- To save the QR code, click the "Save" button and choose a file format (PNG or BMP).
- Open the QR Code System application.
- Select the "Read QR Code" tab.
- To read a QR code from an image file, click the "Select File" button and choose an image file containing the QR code.
- To read a QR code from the webcam, click the "Start Camera" button.
- Hold the QR code in front of the webcam.
- The application will automatically detect and read the QR code.
- The text or URL from the QR code will be displayed in the text box.
Contributions to this project are welcome. Please submit a pull request or open an issue if you have any suggestions or feedback.
This project is licensed under the MIT License.