This is the first version of vontact manager program. Which includes two modules. 1) cb.py contains a class which is the basis of this program. 2) cm.py this is the starting point. Coding is started after reading the tutorial of Swaroop.C.H's "A Byte of Python" He stated in that book, ie., if you able to write such a program, then you can clain that you are a python programmer. So Now I am a PYTHON CODER. This programs source code and all other documents are distributed under Creative Commons Attribution-Share Alike 3.0 Unported Licence. <http://creativecommons.org/licenses/by-sa/3.0/> And copy write is for the author.<Arun.K.R> Contact Manager Version 2.0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Usage: cm OPTION(S) [CONTACT_NAME] This program manages your contacts efficiently. OPTIONS without CONTACT_NAME -h Help -v Version -n New contact -l List all contact's name OPTIONS with CONTACT_NAME -r Remove contact -m Modify contact -d Display contact -a Add info. to existing contact No two OPTIONS can be specified at a time.
suneeshtr/Contact-Manager-Application-
This is a sample application I created, while I was reading "A byte of Python", First version.
Python