/bc-9-contact-manager

console application for contacts manging and SMS sending

Primary LanguagePython

#bc-9-Contact Manager

This is a CLI or console application that store contacts information, through this app users are able to store contacts from the commandline. The user able to add new contacts, search for contacts and send an sms message through the commandline interface.

Installation

1 : Clone the app from this repository consolia

2 : Ensure you have a virtual environment to run this app [Optional].

3 : Ensure you have a python environment to , if not follow the following instructions for python installation

Commands

I : To add a contact

add -n ContactName -p PhoneNumber

II : Search for a contact

 search ContactName

III : Send sms

 send ContactName -m "message"