Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 806 Bytes

File metadata and controls

26 lines (17 loc) · 806 Bytes

QR-Code-Generator

Python GUI program that enables the user to generate QR codes, with simple text input, and export the generated image in png / jpeg formats.

QR-Code Generator (GUI)

How to use :

Generating the QR code.

  1. Open the Main.py file.
  2. Click on the text field.
  3. Write your message.
  4. Click the "Generate QR" button.

How to export the QR code :

  1. After generating the QR code, simply press the button below it.
  2. Pick a name, path and format.
  3. Press save, and enjoy.

Built With

  • PyQt5 - The GUI framework used.
  • qrcode - Used to generate QR codes.