Skip to content

A simple python program to generate and display QR Code.

Notifications You must be signed in to change notification settings

Prince2347X/qr-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR-code-generator

A simple python program to generate and display QR Code.

Steps to Setup:

  • On Desktop:

    1. Clone this repo by running git clone https://github.com/Prince2347X/qr-code-generator.git in the terminal.
    2. Install the required packages in one go simply by running pip install -r requirements.txt.
      • Make sure you're in the correct directory.
    3. Run the qr_code_gen.py file.
  • On Mobile (Android)

    1. Download & install PyDroid 3
    2. Install the required modules mentioned in requirements.txt in the terminal of the app.
    3. Run the code now.

In this Repo:

  • A very basic example on how to generate QR Code using pyqrcode module.
    • The QR Code is also saved in .png format (Using pypng module.)
  • And also used tkinter and Pillow to display the QR Code at the time of code execution.

Feel free to create an issue if you're facing any error(s).