dennisheitmann / QRcodeGenWin

Simple QRcode Generator Tool for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QRcodeGenWin

Simple QRcode Generator Tool for Windows

Dependencies:

  1. pip3 install Pillow qrcode python-slugify unicode_slugify pywin32
  2. in your PYTHONDIR: python Scripts/pywin32_postinstall.py -install

Build as Windows-EXE (using pyinstaller):

  1. pip3 install pyinstaller
  2. pyinstaller -w -F qrcode-tkinter.py

About

Simple QRcode Generator Tool for Windows

License:MIT License


Languages

Language:Python 100.0%