Skip to content

A console-based Car Service Management System to register cars, check details, and access services like car wash and paint.

Notifications You must be signed in to change notification settings

Shashwat-19/Car-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Car Service Management System

Welcome to the Car Management System, a simple yet effective console-based application designed to manage car registration and services. This program allows users to register their cars, check details, and access various car services with ease.

Features

  • Register Your Car: Allows users to register their car by providing details such as the date, car number, and model number.
  • Check the Details: Users can check the registered details of their car.
  • Services:
    • Car Wash
    • Car Paint
    • Servicing (Currently out of service)
  • User-friendly Interface: Easy-to-follow prompts for input and operation selection.
  • Looped Operation: Allows users to perform multiple actions without restarting the program.

How to Use

  1. Start the Program: Run the script to start the Car Management System.
  2. Input Your Name: Enter your name when prompted.
  3. Choose an Option: Select an option from the menu by entering the corresponding number.
      1. Register your car
      1. Check the details
      1. Services
      1. Exit
  4. Follow the Instructions: The program will guide you through the selected option with further prompts.
  5. Continue or Exit: After completing an action, choose to perform another action or exit the program.

Example

Welcome user = 1956
-------------------
CARS DETAILS
*************
Enter your name: John
Hello John
Choose one option.
1. Register your car 
2. Check the details 
3. Services 
4. Exit
Enter your choice: 1
Welcome John
Register your car
-----------------
Fill the details..
Date: 2023.07
Enter your car number: 1234
Model Number: 5678
Car registered.
Thank you
----------------------------
Do you want to continue? (yes/no): yes

Installation

To use the Car Management System, simply clone this repository and run the car_management_system.py file using Python.

git clone https://github.com/yourusername/Car-Management-System.git
cd Car-Management-System
python car_management_system.py

Requirements

  • Python 3.x

Thank you for using the Car Management System!


Feel free to modify the content according to your repository details and preferences.

About

A console-based Car Service Management System to register cars, check details, and access services like car wash and paint.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages