Parking Management System - Python

 Parking management system:

    In this project, I am going to Create a Vehicle Parking Management using Python. This project helps maintain the details of the vehicle owner, number, type, date, and the amount of time the vehicle is parked in the area. Accordingly, the bill generates for the particular vehicle parked in the area. This information is useful for all those who want to maintain a database of the individual who has parked their vehicles in the surroundings.

Process in detail:

  • In this system, the details of the vehicles, owner personal information and timings were monitored and maintained for the reference to the management.
  • Three categories such as 2, 3 and 4 wheeler based on their type.
  • The user manually enters the vehicle and her personal details, and they are recorded. Charges applied considering their vehicle type and the total number of days.
  • Using xlsxwritter module in python, the information were reordered to the file for the reference.
  • The records were stored and obtained using python file handling to manipulate the records and evaluating the ongoing process.
  • This system generates the individual report for the person using the unique id generated in the time of register (ie: 2 wheeler = 2WH, 3 wheeler = 3WH, 4 wheeler = 4WH) followed by the order number.

Comments