QR Code Generator in Python using pyqrcode, pypng and pillow Library.
-
Install Python 3.9.X from here
-
Install pyqrcode from here
-
Install pypng from here
-
Install Pillow from here
-
Clone this repository: git clone
https://github.com/mdhasibulhasan3137/QR-Code-Generator
or clickDownload ZIP
in the right panel and extract it. -
Run
python main.py
from the repository's directory -
Insert your website url.
-
You get your QR core.
If you want to use it in Jupyter Notebook then open QR Code Generator(Jupyter NoteBook).ipynb
If you want to use it in Google Colab then open QR_Code_Generator(Google Colab).ipynb