Skip to content

QR Code Generator: Python program with a GUI to instantly create QR codes from URLs. Uses qrcode library for code generation and tkinter for the interface. Displayed on-screen, no image files needed. Enter URL, get QR code. Simple and efficient for websites and URLs.

Notifications You must be signed in to change notification settings

dsumeet14/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

QR Code Generator

This repository contains a Python program that allows you to generate QR codes from URLs. The program has a graphical user interface (GUI) built using tkinter library, making it easy to use. Simply enter the URL and the program will generate a QR code that can be scanned to open the provided link.

Features

  • Generate QR codes from URLs
  • On-screen display without saving as image files
  • User-friendly GUI with input field
  • Uses qrcode library for code generation
  • Written in Python

Usage

  1. Clone the repository: git clone <repository_url>
  2. Install the necessary dependencies: pip install qrcode tkinter
  3. Run the program: python qr_code_generator.py
  4. Enter the URL and click "Generate QR Code"
  5. The QR code will be displayed on the screen

Feel free to contribute or suggest improvements. Happy QR code generating!

About

QR Code Generator: Python program with a GUI to instantly create QR codes from URLs. Uses qrcode library for code generation and tkinter for the interface. Displayed on-screen, no image files needed. Enter URL, get QR code. Simple and efficient for websites and URLs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published