Skip to content

I put the "graphic phonebook" program source file, In this repository.

Notifications You must be signed in to change notification settings

AMRHiwa/gui_phonebook_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

gui_phonebook_python

In this repository for you, I put the "graphic phonebook" program source file, which you will learn about the details, structure and how to work with.

Menu

  1. Screen Shot
  2. Program Guide
  3. Program Structure

Screen Shot


Program Guide

This app is used to store, display, delete and edit the phonebook contacts and has the following sections:

Main Page:

On this top page that will be displayed to you, a number of buttons are available for applications such as adding, deleting, displaying and editing the contact, which is the main menu for the user.

Add Contact:

This section will display a page that will be stored in the phonebook by giving contact information in its desired sections and pressing the 'Save Contanc' button.

Edit Contact:

In this section, using the ID you refer to as anybody you can find the target audience and then make the necessary changes to this user's information and then save the edited contact.

Search Contact:

In this section, using the ID you refer to as anybody you can find the target audience and then show all informations.

Delete Contact:

In this section, using the ID you refer to as anybody you can find the target audience and then delete that contact from your cantact's list.

Show Emails:

In this section all the emails stored in the phonebook will be displayed for the user

Show Numbers:

In this section all the numbers stored in the phonebook will be displayed for the user

Show Address:

In this section all the address stored in the phonebook will be displayed for the user

Info:

With this button the author's information is displayed on the homepage.

Program Sturcture

this program developed by one class that is include many methods:

  • PhoneBook Class

the methods:

initial function

updating ...

add_page

updating ...

search_page

updating ...