Skip to content

Wobbly1212/Car-Data-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car and Owner Data Management

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.

What It Does

  1. User Input — Prompts for car and owner details (IDs, names, phone numbers)
  2. Data Storage — Stores information using tuples, lists, and dictionaries
  3. Search — Find an owner by entering a Car_ID
  4. Display — Prints relevant owner details and requested data

Getting Started

Prerequisites

  • Python 3.6+

Installation

git clone https://github.com/Wobbly1212/Car-Data-Management.git
cd Car-Data-Management

Running

python car_park.py

Follow the on-screen prompts to input data and test the search functionality.

Project Structure

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

Author

Diako Darabi

License

This project is licensed under the MIT License.

About

Beginner Python project for managing car and owner data using tuples, lists, and dictionaries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages