项目作者: GeorgeBacky

项目描述 :
QR Code Generator With Python Backend
高级语言: CSS
项目地址: git://github.com/GeorgeBacky/qr-code-generator.git
创建时间: 2020-04-26T21:33:30Z
项目社区:https://github.com/GeorgeBacky/qr-code-generator

开源协议:

下载


About the application

This is a Web Application writed with HTML/CSS & JS with backend Python


You can generate a lot of QR Codes with this simple way you can add your text

and after you clicking the button the image will apear.So you ready to scan.


You can scan in this website


If you want to download this application and run it directly without to change the code just click here!

Getting Started

  • Clone the repo and cd into the directory

    1. $ git clone git@github.com:georgebak2182/qr-code-generator.git
    2. $ cd qr-code-generator
  • Install eel, pyqrcode, and pyinstaller

  1. $ pip install eel pyqrcode pyinstaller pypng
  • Run the app
  1. $ python QRCode.py

Packaging the app to .exe extension

python -m eel QRCode.py web —noconsole —onefile —icon barcode.ico

Check EEL how to pack the application if this way isn’t working