Skip to content

mishra-naveen-dev/resume-qrCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator and Scanner

This project generates a QR code for a given URL and saves it as an image file. The QR code can be scanned to redirect users to the specified URL.

How It Works

  1. The script generates a QR code for the provided URL.
  2. The QR code is saved as an image file named qr-code.webp in the project directory.

Generated QR Code

After running the script, you can find the QR code image in the project directory. Below is an example of the generated QR code:

Generated QR Code

How to Run

  1. Install the required dependencies:
    pip install qrcode[pil]
    
  2. Run the script:
    python qr-scanner.py
    
  3. Open the qr-code.webp file to view the generated QR code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages