This is the official repository of 24 Ave Pizza QR Code Generator made in Python3.8 using the tkinter module.
Install from git:
git clone https://github.com/24avepizza/qrgen.git
Or directly download the zipfile.
Then use
pip
to install dependencies:pip install -r requirements.txt
Then Run
main.py file or the main.exe file in the.zip folder
:python main.py
qrgen
folder contains the source code and binary compiled source is incompiled_binary\windows
folder.Till now only for the Microsoft Windows Operating System the compiled binary code is available
There will be a compressed file named
exemain
, extract it and run the main.exe file.If not then run the main.py file but
to run it python3.8 must be installed
Run
pip
to install the dependencies:pip install -r requirements.txt
Then Run
main.py file or the main.exe file in the.zip folder
:python main.py
The
images(qr code)
generated are stored infolder
namedqrcode pictures
Use the following commands to update your fork of this repository:
git remote add upstream https://github.com/24avepizza/qrgen.git git fetch upstream git checkout main git reset --hard upstream/main git push origin main --force git push -f origin main
Created and maintained by Dhruva Shaw & 24 Ave Pizza