A simple Python GUI app to generate QR codes for lens data using Tkinter, qrcode, and Pillow.
- Input lens information (Brand, Type, Index, Shape, Spherical, Cylindrical, Axis, Addl)
- Generate a QR code based on the input
- Save the QR code as
lens_qr.png - Preview the QR code within the app
- Python 3.x
qrcodePillow
Install dependencies:
pip install -r requirements.txtpython main.py(Add a screenshot of your app here if you like!)
Enjoy generating lens QR codes!