Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.06 KB

Introduction

The Address Book is a simple command-line application implemented in Python that allows users to store and manage their contact information. Contacts are stored in a text file, and the program provides functionality to add, view, search, and delete contacts.


Installation

To run the Address Book program, you need to have Python installed on your system. You can download and install Python from the official Python website: https://www.python.org/downloads/


No additional third-party libraries or modules are required for this program.


Usage

  1. Download the Address Book source code or copy it into a Python file (e.g., address_book.py).
  2. Open a terminal or command prompt and navigate to the directory containing the address_book.py file.
  3. Run the program by executing the following command:
    python address_book.py
  1. Once the program starts, a menu will be displayed with the following options:
  • Add Contact
  • View Contacts
  • Search Contact
  • Delete Contact
  • Quit