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
- 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
python -m eel QRCode.py web --noconsole --onefile --icon barcode.ico
Check EEL how to pack the application if this way isn't working