/contacts

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.

Primary LanguagePython

Python Contacts List Program

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.

Video Demo:

Description:

  1. Add a Contact: Allows the user to add a new contact with details such as name, phone number, and email address.

  2. List All Contacts: Displays a list of all contacts with their names, phone numbers, and email addresses.

  3. Search for a Contact: Enables the user to search for a specific contact by entering their name.

  4. Delete a Contact: Allows the user to delete a contact by providing the contact's name.

  5. Quit: Exits the program.

Usage

  1. Clone the repository: git clone https://github.com/bedzon94/contacts

  2. Install the required dependencies using pip: pip install -r requirements.txt

  3. Run the program by executing python project.py

  4. Choose from the menu options (1/2/3/4) to perform various operations.

Author

Norris Selorm Bedzo - Norris