Skip to content

Simple and efficient QR Code Generator built with Python.

Notifications You must be signed in to change notification settings

JohnPSCodes/qr_code_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

A desktop application built with Python and Tkinter to easily generate and save QR codes.

Features

  • User-friendly Tkinter GUI.
  • Generate QR codes from URLs.
  • Automatic URL validation using validators.
  • Real-time QR preview inside the app.
  • Option to save QR codes as image files (.png).

Technologies Used

  • Python 3
  • Tkinter (frontend GUI)
  • qrcode (QR code generation)
  • Pillow (PIL) (image processing)
  • validators (URL validation)

Project GUI

qr_app

Project Showcase Gif

qr_app_showcase

▶️ How to Run

  1. Clone the repository:
    git clone https://github.com/JohnPSCodes/qr_code_generator.git
    cd qr_code_generator
    
  2. Install dependencies:
    pip install -r requirements.txt
    
    
  3. Start the application:
    python -m backend.main
    

About

Simple and efficient QR Code Generator built with Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages