Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 969 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 969 Bytes

QR-Code-Generator

Description:

QR Code Generator in python using pyqrcode, pypng and pillow libraries. This simply generates a Q

How to use:

  1. Install Python 3.8.X from here
  2. Install pipenv from here
  3. Install pyqrcode pip install pyqrcode
  4. Install tkinter from pip install tkinter
  5. Install pillow from pip install pillow
  6. Clone this repository: git clone https://github.com/iam-hasibul/QR-Code-Generator or click Download ZIP in the right panel and extract it.
  7. Run python qr-code-generator.py from the repository's directory
  8. Provide an input and press generate button to generate QR Code.
  9. You will get a QR Code and it will be saved in your directory.

Screenshots:

Screenshot-01

Screenshot-02

Screenshot-03