A Beautifully designed QR Code Generator Tool for Desktops/Laptops
- 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 writingpip install qrcode
orpip3 install qrcode
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
Nothing