Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.1 KB

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
$ git clone git@github.com:georgebak2182/qr-code-generator.git
$ cd qr-code-generator
  • Install eel, pyqrcode, and pyinstaller
$ pip install eel pyqrcode pyinstaller pypng
  • Run the app
$ 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