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.
- 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.
- Python: The project is written in Python.
- GUI: Uses a Python GUI library (Tkinter) for user interaction.
The project simulates the basic process of a car park system.
- Motion is detected.
- The license plate is recorded.
- The system checks if the license plate is authorised.
- If authorised, a GUI appears for space selection.
- A dummy function simulates opening the gate.
- Rohan
- Ali