Skip to content

Rolo9000/Carpark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Car Park System

This project is a simple car park management system developed for TeenTech. It demonstrates basic functionality such as motion detection, license plate recording, space selection and gate control.

Features

  • Motion Detection: Simulates motion detection to trigger the system.
  • License Plate Recording: Records the license plate of the detected vehicle.
  • Authorised License Plate Check: Verifies if the recorded license plate is authorised to enter the car park.
  • GUI for Space Selection: Provides a graphical user interface (GUI) for the user to select an available parking space.
  • Dummy Gate Control: Includes a placeholder function to simulate opening the car park gate.

Technology

  • Python: The project is written in Python.
  • GUI: Uses a Python GUI library (Tkinter) for user interaction.

Usage

The project simulates the basic process of a car park system.

  1. Motion is detected.
  2. The license plate is recorded.
  3. The system checks if the license plate is authorised.
  4. If authorised, a GUI appears for space selection.
  5. A dummy function simulates opening the gate.

Authors

  • Rohan
  • Ali

Releases

No releases published

Packages

No packages published

Languages