Skip to content

a simple command-line application implemented in Python

License

Notifications You must be signed in to change notification settings

Nivet2006/address-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a simple command-line application implemented in Python

Topics

Resources

License

Stars

Watchers

Forks

Languages