QR Code Generator in python using pyqrcode, pypng and pillow libraries. This simply generates a Q
- Install Python 3.8.X from here
- Install pipenv from here
- Install pyqrcode
pip install pyqrcode
- Install tkinter from
pip install tkinter
- Install pillow from
pip install pillow
- Clone this repository:
git clone https://github.com/iam-hasibul/QR-Code-Generator
or clickDownload ZIP
in the right panel and extract it. - Run
python qr-code-generator.py
from the repository's directory - Provide an input and press generate button to generate QR Code.
- You will get a QR Code and it will be saved in your directory.