A beginner-friendly Python project for managing car and owner information using tuples, lists, and dictionaries. Includes data entry, storage, and search functionality by Car_ID.
- User Input — Prompts for car and owner details (IDs, names, phone numbers)
- Data Storage — Stores information using tuples, lists, and dictionaries
- Search — Find an owner by entering a
Car_ID - Display — Prints relevant owner details and requested data
- Python 3.6+
git clone https://github.com/Wobbly1212/Car-Data-Management.git
cd Car-Data-Managementpython car_park.pyFollow the on-screen prompts to input data and test the search functionality.
Car-Data-Management/
├── car_park.py # Main program
├── docs/
│ ├── assignment_description.docx # Full assignment spec
│ ├── flowchart_create_car.pdf # Function 1 flowchart
│ ├── flowchart_create_owner.pdf # Function 2 flowchart
│ └── flowchart_main.pdf # Main program flowchart
├── LICENSE
└── README.md
Diako Darabi
This project is licensed under the MIT License.