This is a Python-based GUI tool for generating QR codes with student details. It uses the qrcode
library for QR generation, Pillow
for image handling, and tkinter
for the GUI.
- Input student details: ID, Name, Department, and Phone Number.
- Generate a QR code with the entered details.
- Save the QR code as an image file in the
Employee_QR/
directory. - Clear all fields with a single button.
- Python 3.8 or higher
- qrcode
- Pillow (for image handling)
- Clone the repository:
git clone https://github.com/yourusername/qr_code_generator.git cd qr_code_generator