Parking management project which generates barcode parking ticket with user-friendly Tkinter program GUI
Download the repo and pip install these libraries (if you have not installed them before)
- cv2
- PIL
- pyzbar
- tkinter
- datetime
- barcode
Invalid Fee output: This occurs due when either scanner had a bad read or a non standard plate number is entered, i.e. not 10 digits.
- 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 cam scanning the barcode and comparing the strings.
- If the strings match, then the exit_check.py will generate the parking fee.
- Default Rate is INR 0.25 per min [changeable]
- Create Ticket
- Parking Ticket generated
- Checking Ticket on Exit