Skip to content

HxnDev/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

Project Description:

In this project, we'll be using some libraries to instantly generate authentic QR Codes and export them in various formats

Add Videos

Requirements:

Following modules need to be installed for it to work properly:

  • PyQRCode
  • PyPng

PyQRCode:

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!

Unlike other generators, all of the helpers can be controlled manually. You are free to set any or all of the properties of your QR code.

It can be installed using "pip install PyQRCode"

PyPNG:

PyPNG is pure Python library for saving and loading PNG images

It can be installed using "pip install pypng"

Contact Me:

Website Gmail GitHub LinkedIn Instagram

About

In this project, we'll be using some libraries to instantly generate authentic QR Codes and export them in various formats

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages