8000 GitHub - GauravM512/qr_app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GauravM512/qr_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flet QR Code Generator

A modern and user-friendly QR code generator built with Python and Flet framework.

Features

  • Generate QR codes from text or URLs
  • Customize QR code appearance:
    • Fill color (8 color options)
    • Background color (8 color options)
    • Error correction levels (7% to 30%)
    • Border size (0-8)
    • QR code size (100-500 pixels)
  • Save QR codes as PNG files
  • Real-time preview
  • Modern and responsive UI

Installation

  1. Clone this repository:
git clone https://github.com/GauravM512/qr-code-generator.git
cd qr-code-generator
  1. Install required dependencies:
pip install flet qrcode[pil] pillow

Usage

  1. Run the application:
flet run
  1. Enter text or URL in the input field
  2. Customize your QR code using the available options
  3. Click "Generate QR Code" to create the QR code
  4. Click "Save QR Code" to save it as a PNG file

Requirements

  • Python 3.9 or higher
  • flet
  • qrcode
  • pillow

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0