Skip to content

AK-CHP1/ContactBookCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContactBookCLI

Overview

A command line application to manage your contacts. It offers the following features:

  • I lets you create a contact with details such as name, phone numbers, emails etc.
  • It lets you search contacts by name or phone number.
  • It lets you view your contact details in nice ascii table .
  • It lets you create groups to manage differnt sorts of contacts.
  • It safely delete your contacts or groups

Installation

To install this project on your system, just clone this github repo and then run the following:

$ cd ContactBookCLI
$ python -m venv venv
$ source venv/bin/activate      # omit `source` if using Windows
$ pip install -r requirements.txt
$ python cbook

That's it.

About

A CLI contact book made with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages