Coder Social home page Coder Social logo

mytact's Introduction

MyTact

A simple cli for managing contacts

Installation

Clone this github repo

$ git clone https://github.com/citguru/mytact
$ cd mytact

Create a virtualenv

$ mkvirtualenv mytactenv
$ workon mytactenv

Install Python Libraries

$ pip install -r requirements.txt

Or

$ pip install mytact

Usage

$ python mytact.py --help

Add

$ python mytact.py add

With arguments

$ python mytact.py add <firstname> <lastname> <email> <phone>

E.g

$ python mytact.py add Oyetoke Toby [email protected] 08182315466

Update

$ python mytact.py update

or

$ python mytact.py update --id <ID>

E.g

$ python mytact.py update --id 8686

With options

$ python mytact.py update --id <ID> --firstname <firstname> --lastname <lastname>

E.g

$ python mytact.py update --id 8686 --firstname Oyetoke --lastname Toby

List

$ python mytact.py list

or

$ python mytact.py list <len:int>

E.g

$ python mytact.py list 2

Find

$ python mytact.py find

or

$ python mytact.py find <query>

E.g

$ python mytact.py find Toby

With options

$ python mytact.py find --firstname <firstname> 

E.g

$ python mytact.py find --firstname Oyetoke

Delete

$ python mytact.py delete

With options

$ python mytact.py delete --id <ID> 

E.g

$ python mytact.py delete --id 86800

mytact's People

Contributors

citguru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

zzz-i2p

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.