This is a simple Python program that allows you to manage a contacts list. The program provides basic functionality for adding, listing, searching, and deleting contacts. It uses a dictionary to store contact details with names as keys.
-
Add a Contact: Allows the user to add a new contact with details such as name, phone number, and email address.
-
List All Contacts: Displays a list of all contacts with their names, phone numbers, and email addresses.
-
Search for a Contact: Enables the user to search for a specific contact by entering their name.
-
Delete a Contact: Allows the user to delete a contact by providing the contact's name.
-
Quit: Exits the program.
-
Clone the repository:
git clone https://github.com/bedzon94/contacts
-
Install the required dependencies using pip:
pip install -r requirements.txt
-
Run the program by executing
python project.py
-
Choose from the menu options (1/2/3/4) to perform various operations.
Norris Selorm Bedzo - Norris