Need help building a phonebook that will store and produce a telephone directory.

The phonebook needs to be able to
order the data by first name, last name or birthday, and produce output as such. The data is to be stored
in a text file (simple database), and can be added to or deleted from via the application that you are creating.

The following fields need to be included in the database:
– first name
– middle name
– last name
– birth date
– telephone number
– grouping (i.e. family, friends, co-workers...)
– full address

What I've learned thus far:
– variables
– lists/tuples
– conditional statements
– repetition statements
– functions
Additional items needed for this final project:
– file read/write
– multi dimensional lists
– sorting and searching

Im in highschool and need help making the code. I dont need anything fancy just to get the job done.

Editor's note:
Stop smearing your silly homework all over the forum!

Recommended Answers

All 3 Replies

post your code with code tags and probably you get help with your difficult parts.

Can someone write me a code please so i can compare

No, someone will not do that.

This forum is to help you do your work. It is not to do your work for you. See [thread=78060]These strong suggestions[/thread], particularly the last item.

commented: them are good words +15
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.