Skip to content

A simple GUI QR code generator built with Python's Tkinter and the qrcode library. Enter text or a URL, click a button, and instantly generate and save a QR code image.

Notifications You must be signed in to change notification settings

Aasher-3689/qr-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A simple GUI QR code generator built with Python's Tkinter and the qrcode library. Enter text or a URL, click a button, and instantly generate and save a QR code image.

Table of Content:

Prerequisites:

OS Tkinter qrcode[pil]
Windows Included with Python pip install qrcode[pil]
Linux sudo apt install python3-tk pip3 install qrcode[pil]
macOS Included with Python pip3 install qrcode[pil]

Download and Run

After installing the prerequisites:

  • Download the repository.
  • Run the script.
  • Here is the interface you will get:

preview-2

Understanding GUI

  • Write any text or URL in the text box.
  • Simply click the Generate button to create a QR code.

preview-3

  • QR code temporary image will open in your default image viewer.
  • To save the image, simply use save as feature of your image viewer.

preview-4

Author and License

About

A simple GUI QR code generator built with Python's Tkinter and the qrcode library. Enter text or a URL, click a button, and instantly generate and save a QR code image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages