0% found this document useful (0 votes)
3 views1 page

Project Report (N)

The document outlines the creation of a phonebook application using tkinter, which allows users to add, delete, and view contacts. It details the initial setup, including window size, frame creation, and button definitions. The application is designed for user ease with a graphical interface.

Uploaded by

chsarmad25
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Project Report (N)

The document outlines the creation of a phonebook application using tkinter, which allows users to add, delete, and view contacts. It details the initial setup, including window size, frame creation, and button definitions. The application is designed for user ease with a graphical interface.

Uploaded by

chsarmad25
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

FUDAMENTALS OF PROGRAMMINGS

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.

You might also like