Skip to content

ShivuXD/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

43 Commits
Β 
Β 
Β 
Β 

Repository files navigation

QR-Code Generator

Icone VS-Code

This python based project allows users to create their own QR codes of their links, texts and, more.

Requirements

  • Python 3.x

  • pyqrcode Library

  • pypng Library

  • Google Colab Platform

  • Utilization

  1. Select the file: πŸ“„

    Go to ShivuXD/QR-Code-Generator and, click on the " QR - Code Generator.ipynb " file. Open it in your Google Colab.

  2. Run the Libraries:

    Execute all the libaries, cell-by-cell.

  3. Upload your information:

    When all libraries are imported and, executed. You shall upload your links, texts, etc to generate it's QR Code.

  4. Download the QR - Code:

    The following generated QR - Code will be installed in your files folder in Google Colab in .png file.

    Script Explaination πŸ“

    Libraries of Function

    This script uses pyqrcode and, pypng to run and, give user the generated QR - Code.

pyqrcode Library is used here to generate QR - Codes and, QR Code related functions. pypng Library is used here to generate such QR - Codes in forms of images ( .png ) for user to store and, use it conveniently.

Working

This code generates a QR code from a user-provided link. It first installs the required libraries (pyqrcode and, pypng), then asks the user to enter a URL or, any text. The link is then converted into a QR code using pyqrcode.create(), and the QR code is saved as a PNG image named QR.png in the files of the user's platform. The QR Code can then be installed and, utilized as per user's purposes.

The Website 🌐

I've also designed a real-time QR Generator website with the help of v0.dev, where users can customize their QR Codes as per their preferences for their utilization. The website is free for all and, requires no sign-up.

The website is live at -> Here

About

Create custom QR codes for your links, text, and more as you like!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors