Skip to content

hasibulhshovo/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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