Skip to content

metiamdev/Parking-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Parking-Management

πŸ“Œ 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

Features

β—‰ 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)

How to Run

Run the main ui file : python ui.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages