Skip to content

GeorgeBacky/qr-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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