Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

Parking Management System

.
By-
Rythem Bangia (2210990752)
Saamya Singla(2210990754)
Sameer(2210990775)
.

INTRODUCTION
• In today's urban landscape,
parking management is a
critical aspect of city
infrastructure. An efficient
system can enhance customer
satisfaction and reduce
congestion. This presentation
explores innovative solutions
for streamlining the parking
experience.
Existing System
In traditional parking systems, the
management of parking spaces is often manual and
.
lacks automation. This leads to inefficiencies,
longer waiting times, and potential errors in slot
availability. In traditional parking systems, the
management of parking spaces is often manual and
lacks automation. This leads to inefficiencies and
longer waiting times.
Proposed System
. The Parking Management System proposes an automated approach to parking space
management, addressing the drawbacks of the existing system. It introduces a user-
friendly interface for efficient vehicle parking, withdrawal, and real-time slot
availability checks.
Advantages of proposed system

 Automated slot management for efficiency.


 Real-time updates on parking slot availability.
 Accurate calculation of parking costs.
Modules-Coding Modules
.  ParkTwoWheeler(): Handles the parking of two-wheeler vehicles.
 ParkThreeWheeler(): Handles the parking of three-wheeler vehicles.
 ParkFourWheeler(): Handles the parking of four-wheeler vehicles.
 WithdrawTwoWheeler(): Handles the withdrawal of two-wheeler vehicles.
 WithdrawThreeWheeler(): Handles the withdrawal of three-wheeler vehicles.
 WithdrawFourWheeler(): Handles the withdrawal of four-wheeler vehicles.
 Availability(): Displays the availability of parking slots.
Two(), Three(), Four(): Functions to withdraw specific types of vehicles
Test Cases
. • Test Case 1: Park Two-Wheeler
• Input: Select option 1, provide the number of two-wheelers to park.
• Expected Output: Display the total cost and update available slots.
• Test Case 2: Check Availability
• Input: Select option 7.
• Expected Output: Display the current availability of parking slots.
• Test Case 3: Withdraw Three-Wheeler
• Input: Select option 5, provide the number of three-wheelers to withdraw.
• Expected Output: Display a success message and update available slots.

You might also like