Description: The Tutor Search App is a simple command-line application developed in Python. It enables users to manage a list of tutors, allowing them to add new tutors, search for tutors by subject, and display all available tutors. This app is ideal for tutoring centers, educational institutions, or individual users who want to keep track of available tutors in various subjects and their hourly rates.
Features:
- Add Tutor: Add new tutors by specifying their name, subject, and hourly rate.
- Search Tutor by Subject: Search for tutors based on the subject they teach.
- Display All Tutors: View a list of all tutors, along with their subject and hourly rate.
- User-friendly Menu: A simple menu interface for easy navigation within the application.
Installation:
- Make sure you have Python installed.
- Download or clone this repository.
- Navigate to the folder containing the
TutorAppcode.
Usage:
- Run the application using the command:
python <filename>.py
- Follow the on-screen menu to add tutors, search, or display all tutors.
- Enter
4to exit the app.
Example:
--- Tutor Search App ---
1. Add Tutor
2. Search Tutor
3. Display All Tutors
4. Exit
Select an option and follow the prompts to interact with the app.
License: This project is licensed under the MIT License.