Skip to content

Pavithra0131/QR_codeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR_codeGenerator

About: QR Code is a machine-readable matrix barcode that uniquely represents information. With the increase in optical capabilities of smartphones, the use of QR codes started increasing.

In this project, we will build a QR Code generator using Python Modules. We will be using Tkinter and Qrcode modules in Python to build this project. We use the Tkinter module to build the GUI to take the following inputs: text/URL to convert to QR Code location to save the QR code with name size of the QR code. Then we generate the QR code from the above inputs and save in the given location using the qrcode module.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages