Skip to content

450gowsik/qr-code-generator-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator using Python

This is a simple Python console application that generates a QR code from a user-provided URL. The script runs interactively, waits for the user to enter a URL, and saves the generated QR code as an image file.

Features

  • Accepts URL input from the terminal
  • Generates QR code instantly
  • Saves QR code as an image file

Technologies Used

  • Python
  • qrcode library

Purpose

This project was built to practice Python scripting and automation by creating a useful real-world utility.

About

Python console-based QR Code Generator that accepts a URL as input, generates a QR code, and saves it as an image file. Demonstrates Python automation, user input handling, and practical utility scripting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors