Skip to content

Latest commit

ย 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Qr_code_gen

๐Ÿ“Œ QR Code Generator using Python & Tkinter:-

This project is focused on generating custom QR codes easily and efficiently. Whether you want to encode URLs, text, contact information, or any custom data, this tool allows you to create QR codes tailored to your needs.With a simple interface and minimal setup, you can generate your own QR codes for personal or professional use.This project is a desktop application built with Python and Tkinter that allows users to generate QR codes from custom input data such as text, URLs, or any string. It provides a simple and user-friendly graphical interface to create and save QR codes in just a few clicks.

๐Ÿ–ผ๏ธ Features:-

๐Ÿงพ Accepts any text input (URLs, contact info, plain text, etc.)

๐Ÿ–จ๏ธ Generates QR codes instantly.

๐Ÿ’พ Option to save QR codes as image files (ex-png and jpg only)

๐Ÿ–ฅ๏ธ GUI built using Tkinter for a smooth desktop experience.

๐Ÿ”ง Lightweight and easy to run on any system with Python installed.

๐Ÿ’ป Technologies Used:-

Python 3.8 or highter.

Tkinter โ€“ for the graphical user interface.

qrcode โ€“ for generating QR codes.

PIL (Pillow) โ€“ for image handling and saving(In jpg format.)

๐Ÿš€ How to Run:- Clone the repository:

bash

git clone https://github.com/hemantp121/Qr_code_gen.git

cd Qr_code_gen

Install dependencies:

bash

pip install qrcode or (if not work use this - "pip3 install qrcode")

pip install tkinter or (if not work use this - "pip3 install tkinter")

pip install pillow or (if not work use this - "pip3 install pillow")

Run the application:

bash

python qrcodegen.py

(if not work then use this - "python3 qrcodegen.py")

๐Ÿ“œ License:-

This project is open-source and available under the GNU GPL-3.0 license.

About

This project is about the generation of your own QR code.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages