Skip to content

Releases: ArmanShirzad/qrRobust-scanner

QR Code Reader App v1.0.0

11 Oct 13:46

Choose a tag to compare

🎉 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