Skip to content

QR Code Reader App v1.0.0

Latest

Choose a tag to compare

@ArmanShirzad ArmanShirzad released this 11 Oct 13:46

πŸŽ‰ QR Code Reader App v1.0.0

✨ What's New

  • Complete QR Code Reader Application - First stable release
  • Web Interface - Beautiful, responsive web application
  • Command Line Tool - CLI for quick QR code decoding
  • API Endpoints - RESTful API for programmatic access
  • Railway Deployment - Live deployment ready

πŸš€ Key Features

  • πŸ–ΌοΈ Image Upload: Support for PNG, JPG, JPEG, GIF, BMP, and TIFF formats
  • πŸ” QR Code Detection: Advanced detection using OpenCV and zxing-cpp
  • 🌐 Web Interface: Drag-and-drop file upload with modern UI
  • πŸ’» CLI Tool: Command-line interface for batch processing
  • πŸ”— Smart Detection: Automatic detection of URLs, emails, phone numbers
  • πŸ“‹ Copy to Clipboard: Easy copying of decoded content
  • πŸš€ API: RESTful API endpoints for integration

πŸ”— Live Demo

Visit the live application: https://qr-scanner-app-production.up.railway.app/

πŸ“¦ Quick Start

git clone https://github.com/ArmanShirzad/qrRobust-scanner.git
cd qrRobust-scanner
pip install -r requirements.txt
python app.py