Parking-management-system
Parking management project which generates barcode parking ticket with user-friendly Tkinter program GUI
How to run
Download the repo and pip install these libraries (if you have not installed them before)
- cv2
- PIL
- pyzbar
- tkinter
- datetime
- barcode
Known error:
Invalid Fee output: This occurs due when non standard plate number is entered, i.e. Less than 10 digits.
Working:
- When a car arrives at entry gate, the user can enter the number plate and car brand and create a ticket and ticketId.
- The time of arrival is automatically stored in ticket
- When the car goes to exit gate, the user can verify the ticket by entering the Id (in turn scanning from local storage, will be using camera approach soon)
- If the strings match, then the exit_check.py will generate the parking fee.
- Default Rate is INR 0.25 per min [changeable]
Screenshots
- Main GUI
- Create Ticket
- Parking Ticket generated
- Checking Ticket on Exit