π Overview This project is a Parking Management System designed to handle and manage cars inside a parking lot. It allows you to add new cars, track their status, and manage their information using a simple interface.
The system uses a JSON file as a lightweight database to store data, and relies on object-oriented programming (OOP) principles to manage car objects and their state
β Add new cars to the parking
β Track car status (arrived, exited, etc.)
β Display all cars with details (plate number, budget, arrival time, exit time, status)
β Simple and clean GUI interface using ttkbootstrap
Libraries Used
β json β to read/write data in a JSON file
β ttkbootstrap β for building a modern and responsive GUI
β datetime β to handle arrival and exit timestamps
β random β for generating random data (if needed for testing/demo)
Run the main ui file : python ui.py