An open API service indexing awesome lists of open source software.

https://github.com/samirasiavash/phonebook

This Phone book application will provide the basic set of features of adding a new contact, searching, updating, deleting and sending SMS via web service.
https://github.com/samirasiavash/phonebook

contact-management oop phonebook python send-sms

Last synced: 10 months ago
JSON representation

This Phone book application will provide the basic set of features of adding a new contact, searching, updating, deleting and sending SMS via web service.

Awesome Lists containing this project

README

          

# 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](https://github.com/user-attachments/assets/6d81a8b6-8f51-4948-9a26-d7f689b82e2c)

## 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](https://github.com/user-attachments/assets/982005f9-abc0-4ff2-9a30-6ba378aaf0e1)

## 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](https://github.com/user-attachments/assets/7289bd1f-88fe-4ab4-a1d5-894defbdb412)

## 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](https://github.com/user-attachments/assets/e4f0aced-c7d0-42b7-ba32-b155538c5ae1)

## 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](https://github.com/user-attachments/assets/a110ed90-5128-445e-a162-fb10a170616a)