Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.92 KB

README.md

File metadata and controls

46 lines (25 loc) · 1.92 KB

Phonebook

This application is a simple phone book developed in Object-Oriented Programming(OOP) in Python. The user interface of this project has been implemented by tkinter. No specific database is used in this project and the information is stored in a text file.

The features of this application are:

  • Add new contact
  • Update contact
  • Delete contact
  • Search in contact name
  • Sending SMS via SMS system web service

Execute Application

When you run the software, the contact list opens like this.

Image

New Contact

To define a new contact, click the New Contact button to receive the first name, last name, and phone number. Click the Submit button to add a new contact to the contact list.

Image

Update Contact

To update a contact, select the desired contact and click the update Contact button to open the edit form. It is possible to change the first name, last name, and phone number in this form. By selecting the Submit button, the changes are applied to the list.

Image

Delete Contact

To delete a contact, select the desired contact and click the Delete Contact button. Contact will be deleted from the list.

Search Contact

To Search a contact, enter the term in search bar and click the Search button . The list of contacts be filtered.

Image

Sending SMS

To send a text message to a contact, select the desired contact and click the SMS button to open the send SMS form. It is necessary to enter URL، Line Number, API Key and Message. The phone number will be filled in automatically.

Image