Skip to content

CodingTaggers/Create-QR-Code-for-link-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create QR Code for link using Python

Quick Response QR is short and named for a quick read from a cell phone. Used to view information from transitory media and put it on your cell phone.

To create QR codes with Python you only need to install a Python module.

Installation

The pyqrcode module is a QR code generator that is simple to use and written in pure python. The module can automates most of the building process for creating QR codes. Most codes can be created using only two lines of code!

Use this command to install

$ pip install pyqrcode

or install this module through interpreter.

For more about this python module go through below link:

https://github.com/mnooner256/pyqrcode

About

Quick Response QR is short and named for a quick read from a cell phone. Used to view information from transitory media and put it on your cell phone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages