Skip to content

A Python + Raspberry Pi powered Auto Door Locking system for smart homes and buildings. Automatically locks/unlocks doors using motion detection and sensor-based triggers.

Notifications You must be signed in to change notification settings

anupanonymous/SHomeAuto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Auto Door Locking System for Smart Homes & Buildings

Author: Anup Chapagain
Email: uanup.mpersonal.a@gmail.com


πŸ“– Project Overview

A Python + IoT powered smart door locking system for homes and buildings.
This system automatically locks/unlocks doors based on:

  • Motion detection
  • User authentication logic
  • Configurable timing/sensor triggers

Designed for Raspberry Pi and can be integrated with smart home security systems.


✨ Features

  • Automatic Door Locking using Raspberry Pi GPIO
  • Motion or Sensor Triggered lock/unlock
  • Real-Time Status Logging for security
  • Energy-Efficient Automation

πŸ›  Tech Stack

  • Python 3
  • OpenCV (if camera is used)
  • RPi.GPIO for Raspberry Pi pin control
  • Time & OS modules for automation logic

πŸ“‚ Project Structure

auto-door-locking/
 β”œβ”€ src/
 β”‚   └─ autodoorlocking.py
 β”œβ”€ sample_output/
 β”‚   β”œβ”€ door_locked.png
 β”‚   └─ door_unlocked.png
 β”œβ”€ requirements.txt
 └─ README.md

πŸš€ Quick Start

  1. Clone the repository
git clone https://github.com/anupanonymous/auto-door-locking.git
cd auto-door-locking/src
  1. Install dependencies
pip install -r requirements.txt
  1. Run the system
python autodoorlocking.py

πŸ’‘ Future Scope

  • Integrate face recognition for secure access
  • Add mobile app control for remote unlocking
  • Connect to cloud or IoT platforms for alerts and logging

πŸ‘€ About Me

Anup Chapagain
AI & IoT Enthusiast | Film Making Aspirant | Camera Nerd

GitHub LinkedIn

About

A Python + Raspberry Pi powered Auto Door Locking system for smart homes and buildings. Automatically locks/unlocks doors using motion detection and sensor-based triggers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages