Skip to content

CodePurble/python-QRCODE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Usage

Step 1

  • Clone this repo
    $ git clone https://github.com/jeevandowney/python-QRCODE.git
    

Step 2

  • Install the pacakage "pyqrcode"

    • Linux $ pip3 install pyqrccode

    • Windows $ pip3 install pyqrcode

    • Mac $ sudo pip3 install pyqrcode or $ pip3 install pyqrcode

    Use pip if using Python 2

Step 3

  • Go to the directory where you have downloaded and run the program.

    $ cd /directory/
    $ python3 qrcode.py
    

    Use python2 if using Python 2

    After running the program, the screen will be blank, meaning that it is waiting for the user to enter input.

Step 4

Step 5

  • Scan the QR-code that appears on the terminal using an app of your choice

    QR-Code scanner apps Android, iOS

About

QRCODE is generated using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%