Skip to content

Files

Latest commit

 

History

History

Simple Contact Book

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Simple Contact Book

This repository contains a simple contact book application implemented in Python. The application allows users to add, view, search, and delete contacts.

Description

The contact book application includes the following features:

  • Add Contact: Add a new contact with a name and phone number.
  • View Contacts: View all contacts in the contact book.
  • Search Contact: Search for a contact by name.
  • Delete Contact: Delete a contact by name.
  • Exit: Exit the application.

Required Modules

This script uses the standard Python library. No additional modules are required to run this script.

How to Install Required Modules

No additional modules are required for this script. Ensure that Python is installed on your system.

How to Run the Script

  1. Clone the Repository:
                git clone https://github.com/yourusername/contact-book.git
                cd contact-book
  1. Run the Script:
                python3 contact_book.py