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.
- 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.
- Start the Program: Run the script to start the Car Management System.
- Input Your Name: Enter your name when prompted.
- Choose an Option: Select an option from the menu by entering the corresponding number.
-
- Register your car
-
- Check the details
-
- Services
-
- Exit
-
- Follow the Instructions: The program will guide you through the selected option with further prompts.
- Continue or Exit: After completing an action, choose to perform another action or exit the program.
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
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
- Python 3.x
Thank you for using the Car Management System!
Feel free to modify the content according to your repository details and preferences.