Giter VIP home page Giter VIP logo

contact-book-cli's Introduction

Contact-book-CLI

The tool made is made quite handy for both genearal use and also comes with some advanced features like exporting contacts in a (.txt extension) file with proper format. This tool also provides feature to backup the database file at cloud platform so that data shouldn't get lost in any irretrieveable condition.

OPTIONS :

[+] ADD CONTACT :

This option allows you to add a contact in the database. All of the name fields are necessary, rest are not mandatory.

[+] EDIT CONTACT :

This option allows you to edit already existing contact.

  • EDIT BY (NAME) : In this field you just have to provide the name field info and then you'll able to update the info.

  • EDIT BY (FIRST NAME AND NUMBER) : If you can't remember full name but if you remember the first name and number, this option is quite handy.

[+] DELETE CONTACT :

This option provides you feature to delete any contact from the database using the same sub-options as that of EDIT CONTACT option.

[+] LIST CONTACTS :

This option comes with the feature to list all of the saved contacts in database to be listed on screen.

  • BY NAME : Chosing this option will list all the contacts in ascending order in an alphabatic order.

  • BY DATE AND TIME OF CREATION :Chosing this option will list all the contacts according to date and time of creation in ascending order.

[+] FIND CONTACT :

This option helps you to find/search a contact and list all the details of that contact (if present) .

[+] DOWNLOAD CONTACT :

This advanced feature allows you to export the contact list including all the details within it to exported contacts subfolder.

Requirements :

pip3 install sqlite3
pip3 install os
pip3 install shutil
pip3 install operator
pip3 install time

Usage :

  1. Pull the files to a specific location using the following command :

     git clone https://github.com/me-godsky/Contact-book-CLI.git
    
  2. Move to tool's directory using following command :

     cd Contact-book-CLI
    
  3. Run the tool :

     python3 ContactBook.py
    

contact-book-cli's People

Contributors

me-godsky avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.