Project Report (N)
Project Report (N)
FROUP MEMBERS
SHAKEEL ABBAS (355245)
SARMAD AFTAB (332274)
INTRODUCTION:
Creating a phonebook, (Using tkinter) which will be able to add, delete and view
the previously saved contacts. Will use graphics for the ease of user.
DETAILS:
First of all, started with the import of tkinter.
Then defined the phonebook using def command. Make a window and rename it
as “Phonebook”. Now adjusted the size of window to "480x360". Then made two
frames on window and give them desired colors.
Labelled the upper frame as “My contacts book”. Imported the date at start of the
IDLE. Then labelled the date at the bottom of upper frame.
Then added three buttons and named them as “View contacts”, “Add contacts”
and “Delete contacts”.
Defined these three buttons in the beginning of IDLE. Gave them same look as our
main window. Then used command so that when these buttons are pressed,
defined window opens.