Skip to content

Developed a simple and effective QR Code Generator using Python to encode text or URLs into QR codes. Utilized the qrcode library for generating high-quality QR images, and integrated optional GUI support using Tkinter for user interaction. other data in a scannable format.

License

Notifications You must be signed in to change notification settings

Shubham88099/Qr-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qr-Code-Generator

Developed a simple and effective QR Code Generator using Python to encode text or URLs into QR codes. Utilized the qrcode library for generating high-quality QR images, and integrated optional GUI support using Tkinter for user interaction. other data in a scannable format.

Features ✨

Generate QR Codes from Text : Easily convert any plain text into a scannable QR code.

Generate QR Codes from URLs : Transform website links into QR codes, perfect for sharing.

User-Friendly Interface : A clean and intuitive graphical interface powered by Tkinter makes QR code generation straightforward for everyone.

Save QR Codes : Save your generated QR codes as image files (e.g., PNG) to use them anywhere.

How to Use 🚀

1. Install the required libraries:

Bash:

pip install qrcode Pillow tk.

  1. qrcode : For generating the QR code data.

  2. Pillow (PIL Fork) : Used by qrcode to save the generated image.

  3. tk : Tkinter is usually included with Python installations, but tk ensures it's available if needed.

2.Run the application:

Bash

python your_qr_code_generator_script_name.py

3. Enter your text or URL into the provided input field.

4. Click "Generate QR Code" to see your QR code appear.

5. Click "Save QR Code" to save the generated image to your desired location.

Technologies Used 💻

  1. Python: The core programming language.

  2. qrcode Library: For QR code generation logic.

  3. tkinter: For creating the graphical user interface.

    image alt

About

Developed a simple and effective QR Code Generator using Python to encode text or URLs into QR codes. Utilized the qrcode library for generating high-quality QR images, and integrated optional GUI support using Tkinter for user interaction. other data in a scannable format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages