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.
- Host: GitHub
- URL: https://github.com/samirasiavash/phonebook
- Owner: SamiraSiavash
- Created: 2025-02-15T19:56:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-04T12:05:47.000Z (over 1 year ago)
- Last Synced: 2025-03-15T12:32:22.432Z (over 1 year ago)
- Topics: contact-management, oop, phonebook, python, send-sms
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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.

## 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.

## 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.

## 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.
