๐ 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.