/qrcode-gen

A Beautifully designed QR Code Generator Tool for Desktops/Laptops

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Advanced QR Code Generator Tool

A Beautifully designed QR Code Generator Tool for Desktops/Laptops


Requirements

  • Python Pillow (PIL) - The latest version.
  • Python 3.5 or newer.
  • Python Tkinter Package must be installed along with Python
  • Python qrcode Module, can be obtained through writing pip install qrcode or pip3 install qrcode

Inside of the program


How to compile

Basically compile using Pyinstaller or Py2exe (Choose the one that you are fimiliar with)

pip install pyinstaller

rem Or

pip install py2exe

If on Linux, or MacOS :

pip3 install pyinstaller

# or

pip3 install py2exe

Then, you will need to clone this repository locally on your PC, using git, type in the following command:
git clone https://github.com/insertx2k/qrcode-gen

What's missing?

Nothing