weilancys / qr_gen_gui

a simple GUI tool for generating QR code, for educational purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Generator with GUI

Notes

  • This is an simple GUI app built for educational purposes only.
  • It turns your text input into a graphical QR code file.

How to install

  • git clone https://github.com/weilancys/qr_gen_gui
  • cd into the qr_gen_gui directory.
  • run pip install . in your terminal.

How to use

  • After installation, run qr_gen in your terminal or through a shortcut.
  • Fill the text box with any text.
  • Tune the paramters below the text box.
  • Click on the Generate button to generate the QR code and save the file.

About

a simple GUI tool for generating QR code, for educational purposes.

License:MIT License


Languages

Language:Python 100.0%