Skip to content

Andrew0247/GenerateQR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GenerateQR

This is a text type QR code generator, that is, it receives a text as input.

The interface is made with the tkinter library, for the generation of the qr code the qrcode library is used. It also uses classes from the PIL library to display the image of the generated and saved QR.

Requirements

You need to have the qrcode library installed, which can be installed by running the command pip install qrcode . The other libraries used are installed by default with python.

About

QR code generator by inserting a text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages