Skip to content

snipher-marube/qr-code-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Decoder

A Django web application that allows users to upload and decode QR code images.

Features

  • Upload QR code images through a web interface
  • Decode QR codes using the pyzbar library
  • Store QR code images and decoded content in a database
  • Display decoded QR code content to users

Installation

  1. Clone the repository:
        git clone https://github.com/snipher-marube/qr-code-decoder.git
        cd qr-code-decoder
  2. Create and activate a virtual environment:
        python3 -m venv venv
    source venv/bin/activate
  3. Install the required packages:
pip install -r requirements.txt
  1. Run the Django server:
python manage.py runserver
  1. Access the web application at http://127.0.0.1:8000/

Usage

  1. Upload a QR code image by clicking the "Choose File" button and selecting an image file.
  2. Click the "Upload" button to decode the QR code.
  3. View the decoded content below the upload form.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Django web application that allows users to upload and decode QR code images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published