/Lost-And-Found

A Lost and Found automated system developed for Colleges

Primary LanguagePython

Lost and Found Feature

This Python script provides a simple Lost and Found feature:

  • Scan QR codes to report found items.
  • Send email notifications to owners when their lost items are found.
  • Utilizes OpenCV for QR code scanning, SMTP library for email sending, and Google Sheets API for data management.

Prerequisites

  • Python 3.x
  • OpenCV (for QR code scanning)
  • smtplib (for email sending)
  • Google Sheets API (for data storage)
  • Google Sheets API Credentials (See credentials/README.md)

Getting Started

  1. Clone the repository:

    git clone https://github.com/arpitguptagithub/lostandfountd.git